I just upgraded to 8.3 CLR2 (from 7.3) and my Trees quit scrolling!
I have them in 2 different forms, one inside and UpdatePanel and one outside and UpdatePanel. Both cases are within WebControls inside a UltraWebListBar. One is set LoadOnDemand=Manual and it populates but does not scroll. The other is fully populated in the initial load.
Did something change in 8.3 that impacted this? What properties might be causing issues?
Thanks in advance for any suggestions you can provide.
Hello,
Thanks for sharing the solution in public forums - much appreciated. I am sure this will be useful to a lot of developers.
After much testing and trying to determine why this would occur in some trees but not when I isolated into a test environment, I determined that there was a Response.Write in my Page_Load that was writing a script back to the Page that was apparently causing a conflict with the Page.
I removed the Response.Write from the Page_Load and I started having scroll bars.
I post this just in case someone is pulling their hair out trying to figuure out a similar problem!
Hello,Yes, I was able to reproduce this behavior. I am not sure if this can be tweaked / alleviated with property settings on the treeview / listbar - I tried many things and none of them worked.I believe at this point it is best to contact our Developer Support department directly - they can be reached athttp://ko.infragistics.com/support/Thanks.