• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Date-wise Grouping in ASP.NET Core Scheduler Control

This demo illustrates the daily tasks of two employees grouped by date-wise.

DEMO
SOURCE

In this demo, there are 2 resources defined namely Alice and Smith under the resource dataSource. The Scheduler can be switched to group by date, by setting true to the option byDate within the group property.

The different work days for the each resources are provided by using the workDaysField property and the Scheduler will be displayed the provided dates alone when hideNonWorkingDays property set as true.