As the title says, I need to disable default behavior of scheduler’s event deletion. Actually, in my application, I have to show my custom popup with my message, instead of scheduler’s default one. How to achieve this thing?
Next will remove default confirm
scheduler.locale.labels.confirm_deleting = "";
If you want to show your custom dialog you can try to use onBeforeEventDelete handler