New to Telerik UI for Blazor? Download Free 30-day trial
Scheduler - MultiDay View
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
All Day Row
Number of days
Day start
WorkDay start
Slot duration (min)
120Day end
WorkDay end
Slot divisions
4- Multiday-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 MultiDay View. In this case, the Scheduler for Blazor shows a set of days to the user. You can specify the number of days displayed in the MultiDay View through the NumberOfDays
parameter it exposes.
The Toolbar buttons allow the user to navigate to the next or previous set of days. Additionally, the dropdown calendar can be used to select a specific date – upon selection, the Scheduler will navigate to the set of days that contains the selected date.
The Scheduler MultiDay 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 MultiDay 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 SlotDivisions
sets the number of partitions in each major time slot.
The current demo showcases a Scheduler with MultiDay 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:
- SchedulerDayView
- SchedulerMultiDayView
- SchedulerWeekView
- SchedulerMonthView
- SchedulerTimelineView