How to get the values of a selected row in the Advanced DataGrid control in Flex ? thanks
views:
53answers:
1
+1
A:
'SelectedCells' property will help you here.
You can learn more on this at 'http://livedocs.adobe.com/flex/3/langref/mx/controls/AdvancedDataGrid.html#eventSummary'
Click any cell in the row to select the row. After the selection, selectedCells contains a single Object:
[{rowIndex:selectedRowIndex, columnIndex: -1}]
Hope that helps.
Ashine.
Ashine
2010-02-26 13:56:15