search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Drop events outside Scheduler

Asked by Dan
8 years ago.

Is there a way to capture when an event is dropped outside of the Scheduler? I want to have a queue of tasks that can be dragged to and from the schedule. Currently I have the external drag-and-drop demo working, but I can't find a way to drag events back into the queue.
Thanks

Answer posted by Dan Letecky [DayPilot]
8 years ago.

Unfortunately the Scheduler doesn't support that at the moment.

There are two options:

1. You can implement the queue using a special instance of the Scheduler (i.e. one resource, set the row header width to 0, one time cell, use custom sorting for ordering the items...). That way you will be able to drop it back in the queue.

2. You can use a context menu ("Unschedule") and use JavaScript to remove the event from the Scheduler and render it in the queue.

Comment posted by Dan
8 years ago.

Good ideas. Thanks!

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.