<kendo:scheduler-group>
The configuration of the scheduler resource(s) grouping.
Example
<kendo:scheduler>
<kendo:scheduler-group></kendo:scheduler-group>
</kendo:scheduler>
Configuration Attributes
date boolean
If set to true and the group.resources has some resources set the view is grouped by date.
Example
<kendo:scheduler-group date="date">
</kendo:scheduler-group>
orientation java.lang.String
The orientation of the group headers. Supported values are horizontal or vertical. Note that the agenda view is always in vertical orientation.
Example
<kendo:scheduler-group orientation="orientation">
</kendo:scheduler-group>
resources java.lang.Object
An array of resource names by which the scheduler events will be grouped.
Example
<kendo:scheduler-group resources="resources">
</kendo:scheduler-group>