The timeRangeDoubleClickPostBack() method executes the server-side time range double-click action using PostBack.
DayPilot.Calendar.timeRangeDoubleClickPostBack(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.timeRangeDoubleClickHandling set to "PostBack". It is applicable to the ASP.NET WebForms edition.
dp.timeRangeDoubleClickPostBack(start, end, resource, data);DayPilot.Calendar.timeRangeDoubleClickHandling
DayPilot.Calendar.onTimeRangeDoubleClick