Required library edition:
Required library file: dhtmlxgrid.js
check all checkboxes in grid
//check all checkboxes in grid mygrid.checkAll(true); //uncheck all checkboxes in grid mygrid.checkAll(false)
Please make sure that all rows are loaded before calling this method.
See also: uncheckAll, setCheckedRows, getCheckedRows