New to Telerik UI for Blazor? Download Free 30-day trial
Scheduler - Week View
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
Day start
WorkDay start
Slot duration (min)
120Day end
WorkDay end
Slot divisions
4- Week-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 Week View.In this case, the Scheduler for Blazor shows the entire week to the user. The Toolbar buttons allow the user to navigate to the next or previous week. Additionally, the dropdown calendar can be used to select a specific date – upon selection, the Scheduler will navigate to the week that contains the selected date.
The Scheduler Week View supports configuration of its start time and end time through the corresponding StartTime
and EndTime
parameters. You can also set your desired working hours. The view exposes WorkDayStart
and WorkDayEnd
parameters that you can use to provide the specific start and end of the working day.
The Scheduler Week View also provides an option to configure its time slots through dedicated parameters. The SlotDuration
controls the time span of each major time slot in minutes. The SlotDuration
sets the number of partitions in each major time slot.
The current demo showcases a Scheduler with Week View only. Use the options in the Configurator section to alter the view settings and explore the change in the component.
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: