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

Enabling Multi-range by default

Asked by Vincent
2 months ago.

Just a follow up on this issue:
https://forums.daypilot.org/question/6327/how-do-i-enable-multi-range-selection-by-default

I am trying to see if I can just have users select persistent time ranges(time range that stay even as you select a new time range) on the scheduler, and then do a single “add all events” options from a context menu.

Comment posted by Dan Letecky [DayPilot]
2 months ago.

Please let me check the status. I’ll keep you updated.

Answer posted by Dan Letecky [DayPilot]
1 month ago.

In the latest sandbox build (2024.3.6166), this is now possible using the new multiRangeMode property.

Scheduler config:

{
  multiRangeMode: "Always",
  // ...
}
Comment posted by Vincent
1 month ago.

This is great, thank you. Will this also allow for multi select on mobile/touch?

Comment posted by Dan Letecky [DayPilot]
1 month ago.

Yes, since version 2024.3.6171, it works on touch devices as well.

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