Unanswered: Set CheckNode for Specified Node on a TreePanel
Unanswered: Set CheckNode for Specified Node on a TreePanel
Hi all;
I want to set check specified nodes on a checkbox tree.
I found two options Parent and Leaf but not for a precise node
For exemple: Supermarket -> Range -> Product
If I use setCheckNodes(TreePanel.CheckNodes.PARENT) Supermarket and Range will contains checkbox
I want just SetCheckNode for Range only..