The Calendar component allows users to select dates and navigate through months and years.
In this demo module, the Calendar component allows you to select several dates simultaneously. Click a date while you press Ctrl to add a date to the selection.
- EnableMultiSelect — Specifies whether multiple date selection is enabled.
- SelectedDates — Specifies the collection of selected dates.
In this demo module, a few Calendar dates are grayed out (disabled) and cannot be selected. The CustomDisabledDate event allows you to disable selection of specific dates based on custom logic.