Hello.
I'm using a RadSplitter control with a RadTreeView in the left pane and a detail ASP:Panel on the right pane.
All is working fine except the speed of the right panel update. Updating the controls in the as:panel container is very slow when the tree contains many nodes and it's fast when the tree contains a few nodes. The update is triggered when the user clicks on a node.
In the Ajax Manager i'm updating the asp:panel PanelTreeItems only and not the left pane that contains the tree (PanelMain). Does it mean that the tree is also updated?
Here is the ASP code
Thanks for you help.
Regards
Augusto