We are using treepanel in our application. It is working fine. But if we select the parent node, then the child nodes in that parent are not selected. How do we select the child nodes when we select the parent node?
Is there any method available in ExtJS4?
You have to respond on the
itemclickevent and select all nodes below the clicked node. If you only want to select the immediate children of the clicked node, exchangecascadeBy()witheachChild().