Scheduler: Time Range Selecting

Persistent time range selection (selection that doesn't fire TimeRangeSelected right after the dragging is finished - TimeRangeSelectedHandling is set to Hold or HoldForever) is extended to allow the following actions:
- context menu
- double click
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)
Reference
See Also