Hi all,
Is anyone aware of a way to get all data(viewable and non-viewable)
contained in a Data Grid? I found a way to get all of the data that is
viewable on the screen:

for(var i:Number = 0; i < DataGridID.__dataProvider.length; i++){
 trace(DataGridID.listContent.["listRow"+i].tfList.fCell1.text);
}

but have not had any luck getting the non-viewable data at the time I
run the trace above.

Thanks in Advance for All you Help,
-Augie Marcello






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/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/
 



Reply via email to