I have anUltraWebTree on a webpage and is linked to an xmldatasource. The webtree is populated correctly, but I want the webtree to have all its nodes exapanded when the webpage loads. How can I do this? I tried the following code in the Page_Load, but it didn't work.
protected void Page_Load(object sender, EventArgs e) { uwtreeTasks.ExpandAll(); }
Thanks,
John
Hello,
I am trying to reproduce the issue, unfortunately to no avail. I use VS2008 SP1, NetAdvantage 8.3, Firefox 3, IE7 and Chrome. Please take a look at the picture below.What am I missing?
Hi Ivan,
I have the same setup that you're testing with. One thing I didn't mention in my initial question was my webtree is inside a websplitter. So I have a websplitter with 2 panes. The webtree is in one of the panes. Could this be causing the webtree to not expand?