Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
args.cancel=true does not seem to have any effect in sourcePointChange and targetPointChange
I have tried the following simple case and it doesn't seem to work
function sourcePointChange (args) {args.cancel = true;}
function targetPointChange (args) {args.cancel = true;}
Regards,
Balu