DataGridSelection.selectRow

Syntax

selectRow(realRowI: Number);

Parameters

realRowI. Global row index.

Description

The selectRow method selects the specified table row.

Comments

Global row index is a row index formed from all the rows that may be obtained on asynchronous loading of table data.

Example

The example of use is given on the page with description of the DataGridSelection class constructor.

See also:

DataGridSelection