Hi all,

I've been struggling with this problem for a couple days, so I'm hoping
that someone here can help.  I'm extending DataGrid as a new component. 
The new DataGrid needs to inspect the data in each of the cells to
perform a compare function.  Being new at this, I just need a push in
the right direction.  This is where I'm currently at, but it doesn't
work.

var myDataGridCellData:String;

if (this.listItems != null) myDataGridCellData =
String(this.listItems[curRow][curCol].data);

How do I get at the data in a specific row and column.  Do I need to use
a getter/setter to inherit the data from super?

Any hints that anyone has are greatly appreciated.

Thanks,
Tim Hoff







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/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