Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Digital Aisle on Apr 07, 2009 09:34
open dhtmlx forum
DHTMLXGRID UnCheckAll problem.

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)
Answer posted by dhxSupport on Apr 08, 2009 01:38

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?