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

Daypilot Weekly Scheduler Event Box Size

Asked by Rin
5 years ago.

Is there any option to show the event box size same as event duration.?

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

You can control the behavior using useEventBoxes property:
https://doc.daypilot.org/scheduler/exact-event-duration/

If you don't want the event boxes to be aligned with the grid use:

dp.useEventBoxes = "Never";
Comment posted by Rin
5 years ago.

Dear Dan,

Thank you for the reply. That worked for the event which are already there in the database. But if I am extending the event date the box size increases by week. Is there any option to increase that too with Day.?

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

Rin,

Please see also "snap to grid" feature documentation here:
https://doc.daypilot.org/scheduler/snap-to-grid/

The alignment during drag and drop is controlled by snapToGrid property.

Comment posted by Rin
5 years ago.

Dear Dan,
Thank you. That worked well.

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