SRND - All Rows

Im usign SRND, and i need to check=true all the checkboxes of my GRID list, the ones already rendered and the ones that SRND doesn’t rendered yet.

For the ones already rendered im using:

mygrid.forEachRow(function(id){mygrid.cells(id,0).setValue(1);});

And works ok.

How can i iterate over all rows?

Regards

It is not possible, the data of not parsed rows stored as XML and not accessible through API
( actually it possible to get access to such data, but there is no any API here - just direct XML DOM manipulation, which may be pretty complex )