DayPilot.Month.timeRangeDoubleClickPostBack

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

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.Month.onTimeRangeDoubleClicked

DayPilot.Month Class