2
votes

What is the equivalent of editedItemPosition for the Spark datagrid?

2

2 Answers

3
votes

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

-1
votes

Try these properties :

editorColumnIndex="0"
editorRowIndex="0"