DataGrid.renderVisibleRows

Syntax

renderVisibleRows(fromGlobalRowIndex: Number, noResetScrollBar: Boolean);

Parameters

fromGlobalRowIndex. Index of the row, from which rendering must start.

noResetScrollBar. Indicates whether scrollbars must be rerendered. Available Values:

Description

The renderVisibleRows method renders visible table rows starting from the specified index.

Example

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

See also:

DataGrid