renderVisibleRows(fromGlobalRowIndex: Number, noResetScrollBar: Boolean);
fromGlobalRowIndex. Index of the row, from which rendering must start.
noResetScrollBar. Indicates whether scrollbars must be rerendered. Available Values:
true. It is not required to rerender scrollbars.
false. It is required to rerender scrollbars (default).
The renderVisibleRows method renders visible table rows starting from the specified index.
The example of use is given on the page with description of the DataGrid.ProcessingNode event.
See also: