Hi Support
I'm using Telerik RadTree View , currently I need to know which last node user selected , I have a refresh button in my page , if user create a new Treenode or delete one node and after that click on refresh button the last node that was click by user before click on refresh button should remain expanded .
First I need to know which node user click before click on refresh button and for that result I'm using OnNodeClick = "node_Click" event in aspx page but my lots of functionality of treeview not working (for e.g. click on node the specific page is not open). But if I remove event everything is going nice .