The timeRangeDoubleClickPostBack() method executes the server-side time range double-click action using PostBack.
Declaration
DayPilot.Calendar.timeRangeDoubleClickPostBack(start, end, resource, data)Parameters
start(DayPilot.Date) - start of the time rangeend(DayPilot.Date) - end of the time rangeresource(string) - resource of the time rangedata(object) - additional custom data
Notes
This legacy helper corresponds to DayPilot.Calendar.timeRangeDoubleClickHandling set to "PostBack". It is applicable to the ASP.NET WebForms edition.
Example
dp.timeRangeDoubleClickPostBack(start, end, resource, data);See Also
DayPilot.Calendar.timeRangeDoubleClickHandling
DayPilot.Calendar.onTimeRangeDoubleClick
DayPilot