Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Apache Flex 4.12.1
Description
Sequence of events:
- Start an item editor session (e.g. on index 1)
- Change the data provider (e.g. remove item 0)
- End or Cancel the session
Expected result:
The GridItemEditorEvent.rowIndex is that of the edited item within the data provider when the editor session ended.
Actual Result:
The GridItemEditorEvent.rowIndex is that of the edited item within the data provider when the editor session started.
See attached file to reproduce.