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
615
UltraWebTree expands by default
posted

Hello,

I just upgraded an older project from version 8.3 to 9.1. Now for some reason, suddenly all webtree controls are expanded fully, regardless of what the InitialExpandDepth property is set to (it's set to 0). I can't find any way of reversing this; I don't want the trees expanded initially! I'm really disappointed an upgrade effects my apps in such a way, I don't think it should.

How can I fix this problem?

Parents
No Data
Reply
  • 615
    posted

    Update: I tried adding a CollapseAll() call to the DataBound event of the tree (it's linked to a hierachical datasource); for some weird reason that collapses every node except the last one.

Children