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>

 

Parents
  • 7566
    posted

    Hello dmcmichael,

     

    Thank you for posting in our community.

    Are you doing a post back on expanding the tree? Also can you provide me in more details around the issue that you experience with the asp:Panel.

    How do you set the datasource, are you using loadondemand? I tried this and with or without the panel it behaves in the same way.

     

     

    If you could provide a sample reproducing this it will be really helpful for me in order to investigate it further.

     

     

    Sincerely,

    Georgi Sashev

    Developer Support Engineer

    Infragistics, Inc.

    http://ko.infragistics.com/support

Reply Children
No Data