New to Telerik UI for Blazor? Download Free 30-day trial
Scheduler - Agenda View
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
Number of Days
Hide Empty Days
- Agenda-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 Agenda view.
In this case, the Scheduler for Blazor displays a weekly summary with appointments in a table format. The Agenda view can display a different number of days with events as per the NumberOfDays
parameter. The default number is seven. If there are no appointments for a certain day, an empty item is shown with "no event" text. This can be controlled through the HideEmptyAgendaDays
parameter, the default value is true
.
The Toolbar buttons allow the user to navigate to the next or previous range of days. Additionally, the dropdown calendar can be used to select a specific date – upon selection, the Scheduler will navigate to a day range 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: