I am using radTreeView with server side postback. The tree has 2 levels.
I have implemented scrolling functionality on the treeView so that the tree automatically scrolls to a particular node when the page loads.
So in cases when there are large number of nodes (1000), the page is slow to load and many times the mouse click does not trigger the OnClicked event.
So if the page is refreshed, the tree does not scroll to that particular node.
How can I improve the performance of the radTreeView using server side postbacks only ?