Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jul 08, 2009 03:59
open dhtmlx forum
dhtmlxtree checkbox

how we deselect the checked check box in dhtmlxtree>
Answer posted by Alex (support) on Jul 08, 2009 05:31

You can use the setCheck method: 

   tree.setCheck(id,0);