DayPilot.Scheduler.events.edit

 The events.edit() method activates the inline editing mode for the specified event in the JavaScript Scheduler component.

Declaration

DayPilot.Scheduler.events.edit(e);

Parameters

Example

const e = dp.events.find(123); // find the event object using its ID
dp.events.edit(e);