JavaScript
Time range double click is disabled by default. You can enable it using timeRangeDoubleClickHandling property:
dp.timeRangeDoubleClickHandling = "Enabled";
When it is enabled, double-clicking a time range will trigger the following events:
- onTimeRangeDoubleClick(args)
- onTimeRangeDoubleClicked(args)
ASP.NET WebForms
The double click is handled according to TimeRangeDoubleClickHandling value:
- Disabled (default)
- JavaScript (TimeRangeDoubleClickJavaScript is fired on the client side)
- PostBack (fires TimeRangeDoubleClick using PostBack)
- CallBack (fires TimeRangeDoucleClick using CallBack)
ASP.NET MVC
The double click is handled according to TimeRangeDoubleClickHandling value:
- Disabled (default)
- JavaScript (TimeRangeDoubleClickJavaScript is fired on the client side)
- CallBack (fires TimeRangeDoucleClick using CallBack)
Availability
Availability of this feature in DayPilot editions:
| Lite | Pro | |
|---|---|---|
| DayPilot for JavaScript | ||
| DayPilot for ASP.NET WebForms | ||
| DayPilot for ASP.NET MVC | ||
| DayPilot for Java |
DayPilot