checks all checkboxes in the grid
//check all checkboxes in grid myGrid.checkAll(true); //uncheck all checkboxes in grid myGrid.checkAll(false);