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