Hi guys,
You have most awesome components here!
I wonder if you can let me know if the events on scheduler can be drag out from the component? it would be useful for removing them temporarily ie. if you need to re-schedule it in a month time but user is on the day view. If not, any tips where to start with implementing this?
Regards,
Tomek
Currently there is no solution for drag from scheduler
Scheduler provides onBeforeDrag event, which can be used as a start point
docs.dhtmlx.com/scheduler/api__s … event.html
Unfortunately I don’t see a simple solution, as you will need to implement a custom dnd system ( or use some third-party solution ) because in-scheduler drag-n-drop can’t be used outside of it’s container.
I will try to provide a sample in next few days.
That would be great, thanks a lot
While technically possible it still not really usefull, as to have drag out you need to disable event moving inside of scheduler. ( user in-scheduler drag-n-drop or global drag-n-drop )
Please check the attached sample.
scheduler_drag_out.zip (1.08 KB)
many thanks I will have a look now.