This is a migrated thread and some comments may be shown as answers.

OnNodeDrop event is executing

1 Answer 81 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
MEHUL
Top achievements
Rank 1
MEHUL asked on 13 Nov 2008, 11:54 AM

Hi Friends,

I am using Telerik Rad Tree View(v2.0.50727) and I have following handler associated with the 
OnNodeDrop  event of the Tree view Control.

protected void rTreeView_NodeDrop(object o, RadTreeNodeEventArgs e)

{
}

Moreover I am calling a JavaScript handler(function) on the Client Side event
BeforeClientDrop, which returns true at the end.
When I drag any node and drop onto some other node, the client side event is getting executed but the Server Side handler is not executed at all.

Please let me know the reason behind not executing the Server Side event OnNodeDrop. 

 

Thanks in advance.

 

-

Mehul

 

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 13 Nov 2008, 03:11 PM
Hello MEHUL,

Have you set the AutoPostBack property of the treeview to true?

Regards,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
TreeView
Asked by
MEHUL
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or