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 P12And 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