Hi,
I ha a RadTreeview like this
I am trying to access the selected node value and text when i double click on node
Javascript function
var SelectedNode_Tree = TreeView.get_selectedNode(); //This is displaying Null
SelectedNode_Tree = TreeView.SelectedNode; // This raising as Undefined
Will u please help me to fnd out this?