I have a UltraWebTree and a couple of web textboxes inside an AJAX UpdatePanel. When the user clicks on the node I display the detailed information using the labels. This part works well using the NodeSelectionChanged event. The problem I see is that the selected node scroll to the bottom of the UpdatePanel. Is there anyway to make stay still in its 'clicked' position.
Hello,
Maybe you can experiment with the ScrollTopPos property of the treeview? Setting it to 0 (top) in the NodeClick event handler may address the problem.
<ignav:ultrawebtree ID="UltraWebTree1" ScrollTopPos="0" ..
Also, have you set Height explicitly on the treeview? This may also help alleviating the problem.
Yes,
The webtree is inside a standard asp.net UpdatePanel.
Jeroen
Hi!
The tree's panel is beeing added to asynch postback response too?
Bye,
Carlos Marcão
Hi,
I'm dealing with the same problem: http://forums.infragistics.com/forums/p/13887/51194.aspx. Did you find a solution for this?
thanks,Jeroen
We're on version 8.2