New to Telerik UI for ASP.NET Core? Download free 30-day trial
Vertical Grouping
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
EDIT IN TELERIK REPL
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
resources_grouping_vertical.cshtml
Resources_Grouping_VerticalController.cs
SchedulerMeetingService.cs
MeetingViewModel.cs
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
You can see in this example how to group the scheduler’s resources vertically. The direction of the grouping can be controlled with the Orientation property, i.e.
.Group(group => group.Resources("Rooms", "Attendees").Orientation(SchedulerGroupOrientation.Vertical))
The available orientation options are Default, Horizontal and Vertical.