Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
655
Child UltraTreeNode appear disabled then parent is disabled
posted

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

Parents
  • 6120
    Offline posted

    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 Kokkalagadda
    Associate Software Developer

Reply Children