New to Kendo UI for Angular? Start a free 30-day trial

Multi-Week View

A Scheduler with a Multi-Week view allows a user to view and manage their schedule over a period of multiple weeks.

Configuration

The Multi-Week view provides the following common settings:

  • numberOfWeeks—The number of weeks that will be displayed.

For the full list of configuration options, refer to the MultiWeekViewComponent.

The starting week period is determined by the selectedDate option of the SchedulerComponent. If the selectedDate is not set, the current date is used.

Example
View Source
Change Theme:

Grouping by Resources

You can configure the Multi-Week view 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. See the help article on Globalization.

To set a week start day other than the one provided by the locale, use the weekStart setting on the Scheduler component:

Example
View Source
Change Theme: