Hello,
<telerik:RadTreeView ID="ModuleFiles" Skin="Web20" MultipleSelect="True" EnableDragAndDrop="True" EnableDragAndDropBetweenNodes="false" runat="server" AllowNodeEditing="true"
OnNodeClick="trvModuleFiles_NodeClick" OnNodeEdit="trvModuleFiles_NodeEdit" OnClientNodeClicking="ClientNodeClicked" OnClientNodeEditStart="ClientTreeNodeEditStart" OnClientNodeEditing="ClientTreeNodeEditing">after node editing when i click on other node (of same treeview node) OnNodeEdit does not fired
i need both the events
OnNodeClick i have saved node information.
how i can solved this problem.