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

event display

Asked by Hardik
1 month ago.

want to display my event based on date-time in scheduler.

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

By default, the Scheduler aligns event boxes with the grid cells. The exact start and end are displayed using the duration bar at the top of the event.

You can turn it off using "useEventBoxes" property:
https://doc.daypilot.org/scheduler/exact-event-duration/

config = {
  useEventBoxes: "Never",
  // ...
}

With this setting, the events will not be aligned with the grid and the position will be calculated directly from start and end date/time values.

New Reply
This reply is
Attachments:
or drop files here
Your name (optional):