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