loadVisibleRanges(fromRowIndex: Number, replaceData: Boolean);
fromRowIndex. Index, from which data loading from source starts.
replaceData. Indicates whether data must be rewritten in source. Available Values:
true. It is required to rewrite data in source.
false. It is not required to rewrite data in source (default).
The loadVisibleRanges method loads unloaded visible table data series ranges from the source.
The method returns True.
The example of use is given on the page with description of the DataGrid.Buffering event.
See also: