DateRangeSelectionDirective
A directive which manages the MultiViewCalendar range selection.
Selector
[kendoDateRangeSelection]
Inputs
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
autoCorrectOn | Specifies the auto-correction behavior. If the start date is greater than the end date, the directive fixes the date range to a single date either on input change or on blur (see example). By default, the auto-correction is triggered on change.
To disable this behavior, set the | ||
activeRangeEnd | Specifies which end of the selection range will be marked as active. The active end gets modified upon user interaction. When a new active end is set, the wired DateRangeService notifies all related components. For example, the start and end DateInput components.
| ||
selectionRange | Gets or sets the selection range of the calendar. When a new range is set, the connected DateRangeService notifies all related parties. |
Events
NAME | TYPE | DESCRIPTION |
---|---|---|
activeRangeEndChange | Fires when the active range end is changed. For more information, refer to the section on events. | |
selectionRangeChange | Fires when the selection range is changed. For more information, refer to the section on events. |