Grid

Hi,
how to select all the rows of all the pages of a grid

The next code will work, but it is not very fast

mygrid.forEachRow(function(id){
mygrid.selectRow(id,true);
});