Hi, I'm new to Flex, and I'm trying to pass an array to a web service based on the contents of a datagrid.
so my idea was to loop over the items in the datagrid to construct the array, but I'm entirely unsure how to do that. The Datagrid documentation doesn't seem to list "length" as a property... the dataProvider does, but that doesn't seem to have a getItemAt() method or anything like that. so how would I do this? Pretend the item collection is a query result set that contains the columsn "entityid" and "mail_name", and I want to send an array of all the entity ids in the datagrid to the web service. *NOT* just the selected ones. Rick ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Groups gets a make over. See the new email design. http://us.click.yahoo.com/WktRrD/lOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

