New to Telerik UI for ASP.NET Core? Download free 30-day trial
Horizontal 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_horizontal.cshtml
Resources_Grouping_HorizontalController.cs
SchedulerMeetingService.cs
MeetingViewModel.cs
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
This demo illustrates how you can group the resources horizontally in ASP.NET Core Scheduler. The direction of the grouping can be controlled with the Orientation property, i.e.
.Group(group => group.Resources("Rooms").Orientation(SchedulerGroupOrientation.Horizontal))
The available options of the SchedulerGroupOrientation setting are Default, Horizontal and Vertical.