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

Displaying scheduler inside of a popup

Asked by Charles
6 years ago.

I am evaluating DayPilot Pro for Javascript as a possible solution. I need to use the scheduler inside of a popup (ie Bootstrap Modal) in order to allow the user to select an available time. This can be problematic due to the need to scroll the scheduler in order to view more resources or other times.

Has anyone used this component from WITHIN a modal/popup? If not, has anyone found a workaround?

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

You can set the Scheduler to use full height of its parent (see https://doc.daypilot.org/scheduler/100-pct-height/) to avoid duplicate vertical scrollbar.

The horizontal scrollbar can be avoided using cellWidthSpec="Auto" (see https://doc.daypilot.org/scheduler/auto-cell-width/).

When selecting a time range the Scheduler will scroll automatically if you reach the edges (https://doc.daypilot.org/scheduler/autoscroll/).

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