Spark数据网格的editedItemPosition相当于什么?
答案 0 :(得分:3)
以编程方式设置编辑单元格
dataGrid.startItemEditorSession(rowIndex, columnIndex)
检索编辑单元格
dataGrid.editorColumnIndex
dataGrid.editorRowIndex
更多详情:http://help.adobe.com/en_US/flex/using/WS0ab2a460655f2dc3-427f401412c60d04dca-7ff3.html
答案 1 :(得分:-1)
尝试以下属性:
editorColumnIndex="0"
editorRowIndex="0"