Example of Date-wise Grouping in Blazor Scheduler Component
This demo illustrates the daily tasks of two employees grouped by date-wise.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
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 ScheduleGroup
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
.