New to Kendo UI for AngularStart 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 dates
  • classic - Uses traditional button-based navigation with previous/next controls
typescript
const calendarType: CalendarType = 'classic';

type CalendarType = "infinite" | "classic";

Not finding the help you need?
Contact Support