Dear Telerik Team,
I want to add event on node click on treeview part of RadFileExplorer. I add it on page load in code behind
:
My test function is simple :
When I click on node the request is send but it's abordted. In firebug I see "abordted" status for the request and after there has requests to infinity .
Regards,
Martial
I want to add event on node click on treeview part of RadFileExplorer. I add it on page load in code behind
:
RadFileExplorer1.TreeView.OnClientNodeClicking = "RadTreeView1_NodeClick";My test function is simple :
public void RadTreeView1_NodeClick(object o, RadTreeNodeEventArgs e){ e.Node.Text = e.Node.Value;}When I click on node the request is send but it's abordted. In firebug I see "abordted" status for the request and after there has requests to infinity .
Regards,
Martial