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
560
UltraWebTree scrolling issue inside <asp:panel>
posted

[Infragistics35.WebUI.UltraWebNavigator.v10.3, Version=10.3.20103.2134]

On expand node ,it never scrolls the selected node into view.
It resets the browser position to the top of the window (instead of positioning on the
just-expanded node).


We figured out what causes problem.
If webtree is inside <asp:panel> it is not working, when we remove <asp:panel> it is working fine [on the form] ..

<asp:panel id="panel1" runat="server">

 <ignav:ultrawebtree
   id="treeview"
  runat="server"  .....


</asp:panel>


Note - we try all :  scrollIntoView/client side/server side etc etc... 

Is it possible to resolve it ?
We need <asp:panel> as parent of <ignav:ultrawebtree>