The contextMenu property (DayPilot.Menu) sets the calendar event context menu object.
null
dp.contextMenu = new DayPilot.Menu({
items: [
{text:"Delete", onClick: function(args) { dp.events.remove(args.source); } }
]
});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