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,
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.
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).