The eventSelectCallBack() method executes the server-side EventSelect handler using an AJAX callback (ASP.NET WebForms, ASP.NET MVC, Java).
Declaration
DayPilot.Month.eventSelectCallBack(e, change[, data]);Parameters
e(DayPilot.Event) - reference to the event objectchange- change type ("selected"|"deselected")data(object) - custom data to be sent to the server-side event handler
Example
dp.eventSelectCallBack(e, "selected", data);
DayPilot