I have a treeview with checkboxes where selecting/checking a parent node also needs to selects/checks all its child nodes. This can easily be handled by setting CheckChildNodes="true".
However, it is then still possible to unselect those childnodes. How can I prevent that?