Multiple Views
You can render several instances of the current calendar view next to each other so that the user needs to browse less. To do that, set the Views
property to the desired count of views.
Render 3 months (a quarter) at a time
<TelerikCalendar Views="3" View="CalendarView.Month">
</TelerikCalendar>
You can still use the other features of the calendar like setting a starting
Date
and Selection, or theMin
andMax
constraints.