New to Telerik UI for ASP.NET Core? Download free 30-day trial
Date 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
date_grouping.cshtml
Date_GroupingController.cs
SchedulerMeetingService.cs
MeetingViewModel.cs
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
This demo shows horizontal and vertical grouping by Date 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.