Hello,
I have server code which changes the text of a node in my tree view.
If I use this line of code inside the AjaxManager:
the tree takes about 5 seconds to load. (it is a pretty big tree).
What I was trying to do is dynamically set the controlID of this AjaxUpdatedControl to the specific RadTreeNode I was updating. The succeeded in displaying the loading panel at the right time, but when it finished loading, the tree node did not display the new value.
How do I make this dynamic solution work OR make the other solution fast enough?
Thanks
I have server code which changes the text of a node in my tree view.
If I use this line of code inside the AjaxManager:
<telerik:AjaxUpdatedControl ControlID="optionsTree" LoadingPanelID="AjaxLoadingPanel1"></telerik:AjaxUpdatedControl> |
the tree takes about 5 seconds to load. (it is a pretty big tree).
What I was trying to do is dynamically set the controlID of this AjaxUpdatedControl to the specific RadTreeNode I was updating. The succeeded in displaying the loading panel at the right time, but when it finished loading, the tree node did not display the new value.
How do I make this dynamic solution work OR make the other solution fast enough?
Thanks