GetRowData Method (FlexAdvancedDataGrid)

Action

Returns data for the row of the item in the data provider.

Syntax

rowData = advancedDataGrid.GetRowData(RowIndex, [RestoreOriginalPosition])
Variable Description
rowData String.
RowIndex Returns the zero-based index of the item in the data provider. Integer.
RestoreOriginalPosition Optional: Returns a row in the grid to its previous position. Boolean.