Hi,
I have a tree that should be display as follow
+A (disable)
- B (enable)
- C (disable)
But for some reasons, even if I set the property Enabled = true on the B ultratreenode, all nodes are disabled (no selection and gray out).
Any ideas why ?
Thanks in advance
PS: I am using 8.1
This is by-design behavior; the enabled state of all ancestors is considered when resolving a node's enabled state.
Is there any way through creationfilter or something else to achieve this ?