:: Forum >>

getCurrentRow

grid.getcurrentRow returns the index of the row that is selected correct? Thanks
Tuesday, August 8, 2006
grid.getRowSelected();
Mike
Tuesday, August 8, 2006
grid.getSelectedRows();
Tuesday, August 8, 2006
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)
Tuesday, August 8, 2006

This topic is archived.


Back to support forum

Forum search