Hi,
How can I make the checkbox visible on selective nodes of UltraTree?Also, can I make checkbox disabled selectively?
Thanks in advance.
HOWTO:How do I automatically set a parent node's checked state based on whether none/some/all of its child nodes are checked?
Thanks Hristo, that did answer my query.
One more question I have.For checkboxes on the tree, is it possible to have the parent nodes display partial checked state in case some of the child nodes are checked and complete checked state when all the child nodes get selected.
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Thank you for using Infragistics Components.
Hello,
As far as I understand you want customer to be able to select single option from all nodes of every level . In this case you should iterate trough all nodes of UltraTree when any node is checked, in order to uncheck the rest. I have implement my suggestion in a simple sample. I hope that this will helps you.
Please let me know if you have any further questions .
Thanks Hristo,
What you suggested is exactly what i needed.
I have one more question on the same -
In the above image, nodes A, B and G are currently selected/checked. if I select node E, node G gets deselected. As I understand, the radio buttons are grouped based on the level on which they exist. Since nodes E and G are on the same level, only one of them can be selected at any time.
Now my question is, can I change this behavior "anyhow", to select nodes based on the hierarchy? I need nodes A and B to get deselected if any of nodes E or G are selected since nodes A and B are parents of nodes E and G; also, selecting nodes E and G together should be possible as they don't fall in same hierarchy.
Please suggest.