Our pure JavaScript Scheduler component


Post by jedgeley »

I want to perform one operation while dragging and dropping a record from top to bottom scheduler. while dropping a record in bottom scheduler i wants to add my functionality in onTaskDrop(). How to achive it!


Post by saki »

We have a demo that shows customized dragging and dropping, drag restrictions, etc.

Consult please the sources of that demo. You can find the example of usage of https://bryntum.com/docs/scheduler/#Scheduler/feature/EventDrag#event-beforeEventDropFinalize. You will need to listen to this event to execute your on-drop function.


Post Reply