Hello.
I'm using your ASP diagram to build elimination chart and I need to handle drag'n'drop nodes to rearrange participants.
Looks like I have fouund how could I implement drag'n'drop at client side, but I can't use Diagram.OnClientDrag property to set client function by some cause.
If I'm using this at browser console, then it succesfully works:
$("#EliminationChart").ejDiagram({ drag : function (args) {console.log(args);} });
But from server follow string has no effect:
eliminationChart.OnClientDrag = @"function (args) { console.log(args); }";
I can't found examples for using such properties and also can't found any 'enable client events' properties at diagram. So, how could I use this property to set my scripts?
You could found my page and problem video in attachment.
Attachment:
DiagramClientEventsProblem_28337e01.7z