Hi,I'm working with UltraTree nodes in an Ultratree.In my tree, when I disable a node by setting its Enable property to false, this node appears disabled, but all the child nodes also appear disabled althought their Enable property is true.Is there a property on UltraTree that display all child nodes disabled when the parent is disabled ?
In my example are only DOM_1 and MAE with property Enable = false
Best regards
Hi Sahaja,
But if you change the appearance only, will it be possible to select them manually?
The disable mode will still be effective, right?
Hello Pokorny,
Enabling/Disabling the child nodes based on the state of parent node is the default behavior of UltraTree. If you want to customize this behavior then you can do that by modifying the Appearance of the child nodes. For example, you would use an Event like OnAfterSelect to modify the child nodes Appearance in a way that they look enabled when the parent node is disabled.
Please let me know if I may be of further assistance.
Sincerely,Sahaja KokkalagaddaAssociate Software Developer