How can I change the tree behavior that when I check (by checkBox near each node) all children nodes - the parent node is checked automatically.
thanks.
Hello,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
I have created a sample project for you with the functionality you want. Basically I set the CheckBoxMode to Manual and handled the XamDataTree's NodeCheckedChanged event and its handler I manually check/uncheck the child nodes. Please let me know if this helps you or you have further questions on this matter.
Looking forward for your reply.
I mean to not allow the parent selection when I check the children nodes. but when I select the parent node I want all childs nodes to be selected (checked).
Thank you for your post. I have been looking into it and I can suggest you set the XamDataTree’s CheckBoxSettings’ CheckBoxMode Property to Auto in order to achieve the functionality you want. Please let me know if this helps you or you have further questions on this matter.