enableThreeStateCheckboxes : all the children are selected

Hi

I tried to use the enableThreeStateCheckboxes option… when I check a node, all the children get selected…

I know it’s the standard behaviour, but I want to know if it’s possible to disable this feature… I just want my users know when a child is seected in a node…

Anyone can help ? Thanks a lot !

Just to be notified if sbd answers…

Can be done only by code modification.
Look in dhtmlxtree.js for onCheckBoxClick method

in it, you can comment lines with _setSubChecked instruction.