New to Kendo UI for Angular? Start a free 30-day trial
Disabled Dates
The MultiViewCalendar allows you to disable the selection of specified dates by providing a disabledDates
value to the component.
The MultiViewCalendar supports the following approaches for disabling dates:
- Using a function—The format for this input is
(date: Date) => boolean
. The approach disables each date for which the provided function returnstrue
. - Using an array of dates