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
340
Clicking node after scrolling, scrolls window to top
posted

Hi all,

 

We have a WebDataTree which is within an UpdatePanel, all works extremely well apart from if the tree gets heavily populated with nodes and ends up scrolling down the page. In this instance, if a user then scrolls down to select a node at the bottom and clicks, the tree scrolls up immediately and the wrong node is actually selected.

I did search around on here and saw 2 threads from 2009 which related to a known developer bug it states which would be fixed in a service release. Is anyone else exhibiting the same behavior on latest release (CLR3.5, 2009)

Thank you

Parents
No Data
Reply
  • 340
    Offline posted

    After further investigation, the NodeClick event on client doesn't pick up the correct node either.. however, if I scroll down, then click anywhere in the webdatatree afterwards, then click a node it works fine? It seems scrolling the window isn't  giving the webdatatree focus and when you click from it being blurred it doesnt detect the correct node click.

     

Children