BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Jim
Thanks for using Syncfusion products.
Please note that if you are using a Diagram builder application, We have already triggered a “drop” event on client side in the “diagrambuilder.js” file. If you trigger a “drop” event in server side in the same Diagram builder application then the “drop” event will not be triggered. So we suggest you to remove the client side “drop” event of “diagram.model.drop = nodeondrop;” in the “diagrambuilder.js” file and use the server side “drop” event. Please see the code snippet below to use the server side “drop” event.
Here is the code snippet
DiagramContent.ClientDrop = "drop";
function drop() {
}
We have attached sample below for your reference.
Please let me know if any concerns.
Regards,
Shyam G
Hi Jim
Thanks for your reply.
We are happy to hear that the problem is resolved.
Please let me know if any concerns.
Regards,
Shyam G