DataGrid.StartRowIndex

Syntax

StartRowIndex: Number;

Description

The StartRowIndex property determines the first index of loaded data series.

Comments

Use JSON or the setStartRowIndex method to set the property value and the getStartRowIndex method to get the property value.

Default property value is 0.

Example

The example of use is given on the page with description of the DataGrid.RealToGlobalIndexes property.

See also:

DataGrid