3.2.0

How to get index of selected row

Hi

i am using below code for getting selected row in Grid.

var i = obj.getCurrentRow();

it works fine. But by default it returns 1st row always if i didn't select any row.
Piyush
May 25,
The getCurrentRow() method returns current (active row). You should use getSelected Rows() instead.

var indexes = obj.getSelectedRows();

http://www.activewidgets.com/aw.ui.grid/selected-rows.html
Alex (ActiveWidgets)
May 25,

This topic is archived.

See also:


Back to support forum