New to Telerik UI for Blazor? Download Free 30-day trial
Scheduler - Month View
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
- Month-view.razor
- AppointmentService.cs
- AppointmentDto.cs
Description
Telerik UI for Blazor Scheduler supports a variety of views that control the timespan in which its appointments will be rendered. The current demo focuses on the Month View.
In this case, the Scheduler for Blazor shows the entire month to the user. One day can display a different number of events as per the ItemsPerSlot
parameter. The default number is two. If more events are present for a certain date an ellipsis button provides access to the DayView
for the specific day. Thus, the user can explore the details for all events on this day.
The Toolbar buttons allow the user to navigate to the next or previous month. Additionally, the dropdown calendar can be used to select a specific date – upon selection, the Scheduler will navigate to the month that contains the selected date.
The Blazor Scheduler allows you to configure which views will be displayed. You can declare the desired views in the SchedulerViews
tag. If more than one view is added, you can define a pre-selected view through the View
parameter of the component. The available views that the Blazor Scheduler exposes are: