Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Check Parent Nodes
posted

I'm evaluating your UltraTree.
I've  set the NodeStyle to  CheckBoxTriState. Is there a property, when I check a parent node that all children wil be checked too?
Or in other direction if I check a Child, the parents should be checked with this third status.

 

Thank you in advance

Danny Meier 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

     Hi Danny,

        No, there's no property to do this automatically. But you could easily write the code to loop through the nodes recursively or walk up the parent chain.  

Children