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

Spacing on right of events

Asked by JC
2 years ago.

Need to get rid of this space. It even appears on events with:
moveDisabled: true,
rightClickDisabled:true,
clickDisabled:true

Problem is users click in the white space and still can create events there etc. I need the events to be flush on the right.

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

You can set the margin width using the columnMarginRight property:
https://api.daypilot.org/daypilot-calendar-columnmarginright/

dp.columnMarginRight = 0;
Comment posted by JC
2 years ago.

Your customer support is always fabulous! Thanks Dan.

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