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,
I'm a newby when talking about working with the UltraTreeNode
I like the solution I found at http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=6703, but it seems only to work with 2 levels.
Maybe somebody is having an idea how to modify the sourcecode so it also works when having more than 2 levels
(I suppose this can be solved with a recursive method, but I can't find the clue ...)
Thanks in advance for your help ... and Infragistics people ... keep on doing the good work !
Kind regards,
Johnny
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
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.