This is another application scenario that demonstrates how you can manage different
        resources through the RadScheduler. 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 "Speaker". 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, Speaker".
    
    
        The direction of the grouping can be controlled with the GroupingDirection
        property.
    
    
        This application also demonstrates how to customize the resource headers via ResourceHeaderTemplate.
    
    
        Note the usage of the OnResourceHeaderCreated event to find controls
        inside the template.
    
    
       For the purpose of this example the changes are persisted in the
        session and reset on each visit to the page.
    
    
    Please note that the DateGrouping in DayView (both Horizontal and Vertical) actually has no difference from the Horizontal Resource Grouping.
     If you are looking for DateGrouping in DayView please refer to the layout Horizontal Resource Grouping.