New to Kendo UI for AngularStart a free 30-day trial

CalendarSelection

Defines the Calendar selection mode behavior.

The available values are:

  • single (default) - Allows selection of a single date
  • multiple - Allows selection of multiple individual dates
  • range - Allows selection of a date range with start and end dates
typescript
const selectionMode: CalendarSelection = 'range';

type CalendarSelection = "single" | "multiple" | "range";

Not finding the help you need?
Contact Support