The allowDefaultContextMenu property (boolean) lets you enable or disable the default browser context menu on the Scheduler grid.
DayPilot.Scheduler.allowDefaultContextMenufalseJavaScript
const dp = new DayPilot.Scheduler("dp", {
allowDefaultContextMenu: true,
// ...
});
dp.init();Angular
<daypilot-scheduler [config]="config"></daypilot-scheduler>config: DayPilot.SchedulerConfig = {
allowDefaultContextMenu: true,
// ...
};React
<DayPilotScheduler
allowDefaultContextMenu={true}
{/* ... */}
/>Vue
<DayPilotScheduler
:allowDefaultContextMenu="true"
<!-- ... -->
/>Event calendar/scheduling AJAX components. Available for JavaScript/HTML5/jQuery, ASP.NET, ASP.NET MVC. Build resource booking, project management, time tracking applications, personal and shared event calendars.
DayPilot