DataGrid.loadVisibleRanges

Syntax

loadVisibleRanges(fromRowIndex: Number, replaceData: Boolean);

Parameters

fromRowIndex. Index, from which data loading from source starts.

replaceData. Indicates whether data must be rewritten in source. Available Values:

Description

The loadVisibleRanges method loads unloaded visible table data series ranges from the source.

Comments

The method returns True.

Example

The example of use is given on the page with description of the DataGrid.Buffering event.

See also:

DataGrid