Hi there,
I am dynamically loading the treenodes of RadTreeView from Xml.
I am able to succcessfully load them if its not a postback.
But, my issue is, since I am loading the treeview inside a usercontrol, OnNodeClick it is calling the page_load of Aspx and then comes back to the treeview usercontrol.
Instead, I want to avoid calling aspx page_load on nodeclick inside this usercontrol. Is there any way, I can handle this node_click event inside usercontrol itself?
Note: I am making use of RadAjaxmanager and updatedcontrol for treeview which is not refreshing the page though but still calling aspx page_load.
Thanks
I am dynamically loading the treenodes of RadTreeView from Xml.
I am able to succcessfully load them if its not a postback.
But, my issue is, since I am loading the treeview inside a usercontrol, OnNodeClick it is calling the page_load of Aspx and then comes back to the treeview usercontrol.
Instead, I want to avoid calling aspx page_load on nodeclick inside this usercontrol. Is there any way, I can handle this node_click event inside usercontrol itself?
Note: I am making use of RadAjaxmanager and updatedcontrol for treeview which is not refreshing the page though but still calling aspx page_load.
Thanks