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
andWorkWeek
views are rendering aDayView
component with a pre-configureddate range
,step
andnumberOfDays
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.
Grouping by Resource
You can configure the Week and WorkWeek views to display events that are grouped by a resource.
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.