Hello,

in a spark Datagrid

/<s:DataGrid
gridItemEditorSessionSave="gridItemEditorSessionSaveHandler(event)"/>

private function selectionChangeHandler(event:GridItemEditorEvent):void
{ 
        trace( event.rowIndex );
}/

when I sort a column, event.rowIndex can return -1 ?

Thanks



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Reply via email to