You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by pol2095 <po...@free.fr> on 2021/03/24 00:37:09 UTC

spark DataGrid gridItemEditorSessionSave event.rowIndex return -1

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/