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 thestartTime
andendTime
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.
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.
The below example shows how to configure the Day view grouped resources in a vertical
orientation.