3.2.0

getCurrentRow

grid.getcurrentRow returns the index of the row that is selected correct? Thanks
August 8,
grid.getRowSelected();
Mike
August 8,
grid.getSelectedRows();
August 8,
Use grid.getSelectedRows() method to get an array of selected row indices. In single-row selection mode the current row is always selected, so grid.getCurrentRow() returns the index of the current row = selected row.

In multi-row selection mode current row and selected rows can be different.
Alex (ActiveWidgets)
August 8,

This topic is archived.

See also:


Back to support forum