:: Forum >>

How to get the data of selected rows in the grid?

Hi friends,

How can I get the data of the selected rows in the grid? Please do provide me the APIs or methods through which I can retrieve the selected data.
Varun
Tuesday, August 31, 2010
grid.getSelectedRows() returns array of selected row indices
grid.getRowSelected(i) returns true/false selection state for this row

http://www.activewidgets.com/aw.ui.grid/selected-rows.html
http://www.activewidgets.com/aw.ui.grid/row-selected.html
Alex (ActiveWidgets)
Tuesday, August 31, 2010

This topic is archived.


Back to support forum

Forum search