Select All Rows
I'm trying to select all rows in the grid with the click of a button, but would like to avoid creating the array of desired selections by hand. Does the grid have a method that will return an array of all of the items in the grid? Like this?
var all = obj.[b]getAllRows[/b]();
obj.setSelectedRows(all);
Pete
August 2,