DayPilot.Scheduler.eventEditMinWidth

The eventEditMinWidth property (number) specifies the minimum width (in pixels) of an edit input box during inline event editing.

If the event width is smaller than this value, the Scheduler will enforce this minimum width of the input box.

Default Value

100

Example

dp.eventEditMinWidth = 200;