What is the equivalent of editedItemPosition for the Spark datagrid?
Asked
Active
Viewed 1,632 times
2 Answers
3
To programmatically set the editing cell
dataGrid.startItemEditorSession(rowIndex, columnIndex)
To retrieve the editing cell
dataGrid.editorColumnIndex
dataGrid.editorRowIndex
More details: http://help.adobe.com/en_US/flex/using/WS0ab2a460655f2dc3-427f401412c60d04dca-7ff3.html

trung
- 1,104
- 11
- 13
-1
Try these properties :
editorColumnIndex="0"
editorRowIndex="0"

Nate
- 2,881
- 1
- 14
- 14
-
He didn't specify that he needed to set the property (it is just a one sentence question) - had he clarified he needed that then a new solution could be suggested. – Nate Aug 26 '11 at 21:33