New to Kendo UI for Vue? Start a free 30-day trial
Day View
The Day view displays events in a familiar calendar layout.
Getting Started
The Day view provides the following common settings:
startTime—The first visible hour of the day.endTime—The last visible hour of the day.showWorkHours—Determines whether to show only working hours or the interval that is defined by thestartTimeandendTimeoptions.
The following example demonstrates how to set common properties of the Day view of the Scheduler. For the full list of configuration options, refer to the API reference of the DayView properties.
Change Theme
Theme
Loading ...
Grouping by Resource
You can configure the Day view to display events that are grouped by a resource. The grouping can be horizontal and vertical.
The below example shows how to configure the Day view grouped resources in a horizontal orientation.
Change Theme
Theme
Loading ...
The below example shows how to configure the Day view grouped resources in a vertical orientation.
Change Theme
Theme
Loading ...