The timeRangeSelectedCallBack() method executes the server-side time range selection action using CallBack.
DayPilot.Calendar.timeRangeSelectedCallBack(start, end, resource, data)start (DayPilot.Date) - start of the time range
end (DayPilot.Date) - end of the time range
resource (string) - resource of the time range
data (object) - additional custom data
This legacy helper corresponds to DayPilot.Calendar.timeRangeSelectedHandling set to "CallBack". It is applicable to the ASP.NET WebForms, ASP.NET MVC, and Java editions.
dp.timeRangeSelectedCallBack(start, end, resource, data);DayPilot.Calendar.timeRangeSelectedHandling
DayPilot.Calendar.onTimeRangeSelect