Hello Arindam,
The declaration is ok now that you give more details. However the signature of the
openDashboards method is wrong. It is declared as
function openDashboards(source, dest, e)
where it should be
function openDashboards(sender, eventArgs)
Additionally this code is wrong:
ar Url = eventArgs.get_node(sender, eventArgs).get_value();
It should be like this:
var url =eventArgs.get_node().get_value()
I suggest you check our online documentation for using the
OnClientNodeDragging event.
Kind regards,
Albert
the Telerik team
Check out
Telerik Trainer
, the state of the art learning tool for Telerik products.