The timeRangeDoubleClickPostBack() method fires the TimeRangeDoubleClick event on the server side using a PostBack (ASP.NET WebForms).
Declaration
DayPilot.Month.timeRangeDoubleClickPostBack(start, end[, data]);Parameters
start(DayPilot.Date) - start of the time rangeend(DayPilot.Date) - end of the time rangedata(object) - additional custom data
Notes
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.
Example
dp.timeRangeDoubleClickPostBack(start, end, { source: "selection" });See Also
DayPilot.Month.timeRangeDoubleClickCallBack()
DayPilot.Month.timeRangeDoubleClickHandling
DayPilot.Month.onTimeRangeDoubleClick
DayPilot