In my treeview, I have CheckCildNodes="true", which is working correctly. When a parent node is checked, it checks all child nodes. What I also need, is the ability for checking the parent node when a single child node is checked. As an example, say there are 20 child nodes under a parent. If the user only wants to select a subset of the children, I also need the parent of those children to be checked, but I don't want all of the children to be checked. Having the user check the parent and then uncheck all children that they don't want isn't really an option.
Is there an "out-of-the-box" setting for this? If not, and it has to be done via JavaScript, would someone please post some example code?
Thanks for advance for you help!! I appreciate it!!
Is there an "out-of-the-box" setting for this? If not, and it has to be done via JavaScript, would someone please post some example code?
Thanks for advance for you help!! I appreciate it!!