Hi all,
I solved my problem.
Here is the solution for anyone who might run into this in the future.

for(var i:Number = 0; i < DataGridID.__dataProvider.length; i++){
trace(DataGridID._dataProvider.getItemAt(i).attributes.label);
}

Thanks,
-Augie Marcello

--- In [email protected], "augie3333" <[EMAIL PROTECTED]> wrote:
>
> 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 --------------------~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/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