This is another application scenario demonstrating how you can manage different resources through Scheduler. In this instance you can book facilities for a variety of events.
In order to enable the resource grouping set the GroupBy property to the name of the resource, for example "Room".
In addition, you can also group by date and resource - you need to add the "Date" keyword before the resource name. For example - GroupBy="Date,Room".
The direction of the grouping can be controlled with the GroupingDirection property.