Agenda View provides the ability to edit appointments in two ways - either by using
        the in-line form or the advanced form of RadScheduler.
        Further, by setting the ResourceMarkerType property of the RadScheduler you can easily see the resources that are assigned to each appointment (here we used differently
        colored bars and blocks).    
    
        The AppointmentContextMenu provides another way to edit and delete 
        appointments in the Agenda View.
    
 
    
       RadScheduler is able to show its appointments in an 
            Agenda View, which is designed to show appointments in a simple table layout.
         Once you set the SelectedView property to AgendaView
         you can use the NumberOfDays property to define the length of the period you want to show in the view.
    
    
        The width of each row can be easily changed by using some of the following properties:
         DateColumnWidth, TimeColumnWidth, 
            ResourceColumnWidth.
    
    
      Agenda View also supports two different views for grouping the resources - Horizontal
        and Vertical. Note that the resources can be grouped by Date and Resource.