GetRowData Method (FlexAdvancedDataGrid)

Class

FlexAdvancedDataGrid class

Action

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

Syntax

sRowData = advancedDataGrid.GetRowData(RowIndex, [RestoreOriginalPosition])
Variable Description
sRowData 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.