[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 thejust-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>
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
Yes . We are doing post back.
And I tried all available LoadOnDemand attributes ..
I attached code sample on this reply ..