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
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.
Wow. I'm so suprised that this feature it not implemended by default. Perhaps someone could make a Knowledge Base article to implement this functionality.
Nevermind found it: http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=6703