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

Drag&Drop of events which cross the border of visible period

Asked by Vladimir
6 years ago.

Hi!

Here is an issue with events which cross the border of the beginning of the visible period. Every event is bound to the start date. But in this case the start date isn't even displayed. So we can't move events.

How can we drag&drop events which cross the border of visible period on the schedule correctly?

Regards,
Vladimir

Comment posted by Dan Letecky [DayPilot]
6 years ago.

If the timeline is generated automatically the Scheduler should handle cross-border events transparently. You can test it by adding such an event to the main test page:

https://javascript.daypilot.org/demo/scheduler/

dp.events.add(new DayPilot.Event({start: "2015-12-27", end: "2016-01-05", text: "Cross border", id: 3, resource: "C"}));

In some cases moving of the cross-border events may be forbidden. It's in cases where it's difficult to guess how the timeline looks like (a manually-generated timeline in scale="Manual" mode; a mode that skips non-business cells during drag and drop using eventMoveSkipNonBusiness=true), etc.

If it doesn't work in the standard setup, could you please post a config that reproduces the issue?

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