the uncheck all function of dhtmlxgrid doesnt seem to be doing anything at all. ad at the same time checkall is working just fine.
usage:
mygrid.checkAll();
mygrid.uncheckAll()
one interesting note though, mygrid.checkAll(0); does NOT work, and the checkboxs are the first column so you’d think it would.
(mygrid.uncheckAll(0) doent work either)
uncheckAll() may not work if you are calling this method before grid was fully loaded or you are using dynamic smart rendering mode.
mygrid.checkAll(0) - is equal to the mygrid.uncheckAll();
If issue still occur please send us any kind of sample. What version of dhtmlxGrid do you use?