New to Kendo UI for Angular? Start a free 30-day trial
CalendarType
Defines the Calendar rendering and navigation behavior type.
The possible values are:
infinite
(default) - Provides infinite scrolling navigation through datesclassic
- Uses traditional button-based navigation with previous/next controls
typescript
const calendarType: CalendarType = 'classic';
type
CalendarType = "infinite" | "classic";