|
Probably the structure of the result
object is not exactly what you expect. I don’t know what a “queryset”
is. It is certainly not a Flex data structure. By default, the operation’s
resultFormat=”object”. Flex converts the actual result into
an mx:Object. You need to debug this object to find out exactly what the
structure is. I personally prefer resultFormat=”e4x”,
as that results in an XML object, which, among other benefits, can be displayed
using toXMLString() For the DataColumn to be able to find the data
for dataField, that data must be in a first-level property of the item object.
If it is nested in some other object or node, then you will need to use a
labelFunction to display it. Tracy From: here is code i am using -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |
- RE: [flexcoders] Re: datgrid fills but content is invisible Tracy Spratt

