Hi,
please attach an example when we could repeat the problem.
I’ve executed the code you provided in browser console on this example and the handler was logged to the console when i dragged an event docs.dhtmlx.com/scheduler/sample … _init.html[code]scheduler.attachEvent(“onEventDrag”, function (id, mode, e){
console.log("onEventDrag: "+mode);