[flexcoders] Re: .Net webservice and datagrid

2007-01-24 Thread btkracker
Ok, next question. I've searched through the news groups and Adobe labs with no luck... I'm able to display the datagrid with a namespace with no problem. When I try to update, though, I noticed that my changes never stuck. As soon as I clicked off the cell, my changes were removed. I

[flexcoders] Re: .Net webservice and datagrid

2007-01-17 Thread btkracker
Beautiful!! This worked wonderfully and will save hours of recoding time. I was ok up to 'use namespace' but had never heard of the qName. Thanks! Bruce --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: Yep, you have to specifically address the namespace. The

[flexcoders] Re: .Net webservice and datagrid

2007-01-16 Thread ben.clinkinbeard
Yep, you have to specifically address the namespace. The easiest way is the use namespace directive. More detailed explanation here: http://www.returnundefined.com/2006/07/datagrid-labelfunction-and-namespaces/ HTH, Ben --- In flexcoders@yahoogroups.com, btkracker [EMAIL PROTECTED] wrote: I'm

[flexcoders] Re: .Net webservice and datagrid

2007-01-16 Thread nathanbrown19
Hi, Is: http://mysite.com/ In the namespace field added by the RTF editor for this mailing list, or is it really in your code? I'm no namespace master, but is it correct/neccessary? Also any or symbols in XML attributes (including namespaces) should be encoded, e.g. gt; or lt;. If you