Skip to content

Commit 01ce427

Browse files
docs(calendar): multiple views rendering
1 parent 9d6aef5 commit 01ce427

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
13.9 KB
Loading

components/calendar/overview.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,20 @@ The calendar provides a number of features that allow you to control the user ex
6262
* [Navigation]({%slug components/calendar/navigation%}) - the calendar level (view) at which the user starts, to what detail (view) they can go, the min, max and current date.
6363
* [Selection]({%slug components/calendar/selection%}) - whether the user can select only one ore more dates, and also a collection of dates they cannot select.
6464

65+
You can also render several instances of the current 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.
66+
67+
>caption Render 3 months at a time
68+
69+
````CSHTML
70+
@using Telerik.Blazor.Components.Calendar
71+
@using Telerik.Blazor
72+
73+
<TelerikCalendar Views="3" View="CalendarView.Month">
74+
</TelerikCalendar>
75+
````
76+
77+
![](images/calendar-multiple-views.png)
78+
6579
## See Also
6680

6781
* [Navigation]({%slug components/calendar/navigation%})

0 commit comments

Comments
 (0)