Categories | Question details Back To List | ||
Need Checkboxes in the child nodes of the tree Hi, on use of tree1.enableCheckBoxes(1); I am getting checkboxes in all the nodes including the parents. But my requirements is, i need checkboxes in the child node only. Kindly provide some solutions. tnkx, rasmit. Answer posted by Alex (support) on Jul 23, 2009 02:16 Hello, you can use showItemCheckbox to hide item checkbox (PRO edition only). Please, see the sample http://dhtmlx.com/docs/products/dhtmlxTree/samples/checkboxes/pro_mixed_checkboxes.html |