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 the startTime and endTime options.

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.

Example
View Source
Change Theme:

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.

Example
View Source
Change Theme:

The below example shows how to configure the Day view grouped resources in a vertical orientation.

Example
View Source
Change Theme:

In this article

Not finding the help you need?