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
30
UltraTree Collapse problem
posted

Hi,

We are using ultraTree to show a self referencing table in a tree form. If we are having following tree:

TOP
   Sub1
      P1
      P2
  Sub2
      P3
          Sub3
              P4
              P5
              P6
              P7
     Part8
   Sub4
     P9
     P10
     P11
     P12
And if we select Node P10. Then try to click on the "+" in front of Sub3, then entiretree below Sub3 collpases. Ideally only Children below Sub3 should be collpsed.

In our code we have only BeforeCellActivate event overridden.

How anyone please guide me what is going wrong in this or how to correct the behavior of UltraTree?

Thanks & Regards,

MVB