The timeRangeDoubleClickPostBack() method fires the TimeRangeDoubleClick event on the server side using a PostBack (ASP.NET WebForms).
DayPilot.Month.timeRangeDoubleClickPostBack(start, end[, data]);start (DayPilot.Date) - start of the time range
end (DayPilot.Date) - end of the time range
data (object) - additional custom data
Use this legacy helper to invoke the server-side time range double-click action using PostBack.
This method is applicable to the ASP.NET WebForms edition.
dp.timeRangeDoubleClickPostBack(start, end, { source: "selection" });DayPilot.Month.timeRangeDoubleClickCallBack()
DayPilot.Month.timeRangeDoubleClickHandling
DayPilot.Month.onTimeRangeDoubleClick