Week View

The Week and WorkWeek views display events in a familiar calendar layout with a pre-defined number of days and navigation step.

The Week and WorkWeek views are rendering a DayView component with a pre-configured date range, step and numberOfDays properties.

Getting Started

The Week and WorkWeek views provide the following common settings:

  • workWeekStart—The first visible day of the week.
  • workWeekEnd—The last visible day of the week.

The following example demonstrates how to set common properties of the Week view of the Scheduler. For the full list of configuration options, refer to the API reference of the WeekView properties.

Example
View Source
Change Theme:

Grouping by Resource

You can configure the Week and WorkWeek views to display events that are grouped by a resource.

Example
View Source
Change Theme:

Setting the First Weekday

The first day of the week is determined by the current locale. For an example on how to change the locale, refer to the article about globalization.

Future releases will include an option for overriding the first day of the week through the properties of the component.