:: Forum >>

How to select all record in AW Grid at once

hi all,

can some one tell me is there any method to select all the rows in AW Grid at once.

thanks
Gayan Herath
Friday, October 31, 2008
http://www.activewidgets.com/javascript.forum.16116.9/select-all-rows-performance-problem.html
Friday, October 31, 2008
I found the way. no need help on this :-)

function select_all(){


var i, rows = [], max = grid.getRowCount();

for (i=0; i<max; i++){
rows.push(i);
}

grid.setSelectedRows(rows);

}
Gayan Herath
Friday, December 5, 2008

This topic is archived.


Back to support forum

Forum search