You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "pol poggi (Jira)" <ji...@apache.org> on 2021/03/24 01:13:00 UTC

[jira] [Created] (FLEX-35416) spark DataGrid gridItemEditorSessionSave event.rowIndex return -1

pol poggi created FLEX-35416:
--------------------------------

             Summary: spark DataGrid gridItemEditorSessionSave event.rowIndex return -1
                 Key: FLEX-35416
                 URL: https://issues.apache.org/jira/browse/FLEX-35416
             Project: Apache Flex
          Issue Type: Bug
          Components: Spark: DataGrid
    Affects Versions: Apache Flex 4.16.1
            Reporter: pol poggi


Hello,

in a spark Datagrid

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

_private function gridItemEditorSessionSaveHandler(event:GridItemEditorEvent):void_
_{_
        _trace( event.rowIndex );_
_}_

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

 

(gridItemEditorSessionStarting return the correct rowIndex)

Thanks



--
This message was sent by Atlassian Jira
(v8.3.4#803005)