Hi Jester, Sorry for the confusion. Actually the call that I use would be e.trace(). It's a debugger that my friend wrote that allows me trace out strings, objects, arrays, class properties and there methods etc. etc. Sorry for any confusion. I figured if I put trace() people would get the flash trace() ref. Thanks, -Augie Marcello
--- In [email protected], "JesterXL" <[EMAIL PROTECTED]> wrote: > > trace ( dataGrid.dataProvider ); > > ??? > > ----- Original Message ----- > From: "augie3333" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Monday, July 10, 2006 4:21 PM > Subject: [flexcoders] How to get all Data Contained in a DataGrid:: Flex 1.5 > > > 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 > > > > > > > > -- > 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 > ------------------------ 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/

