Hi,

In Flex 2.0, we can get rowIndex and columnIndex for a datagrid cell, 
when it is being edited, by using event.rowIndex and event.columnIndex 
(where event is a DataGridEvent like cellBeginEdit, cellEndEdit etc.)
Similarly, how can we retrieve the rowIndex and columnIndex, when a 
cell is being rendered for the first time?

In Flex 1.5, we had the CellRenderer API: CellRenderer.getCellIndex() 
which could be used in the setValue() method before rendering a cell.

Is there a parallel to this in Flex 2.0?

Regards!

Santosh





--
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