The diagram below shows the element structure of Telerik RadCalendar. The control elements are highlighted and described below.
- Title - displays the selected date range (month and year) as well as the navigation buttons. The appearance of both the title and the navigation buttons can be customized.
- Navigation Buttons - allow you to move to the previous/next month or jump X steps forward/backward as defined by the FastNavigationStep property.
- Navigation Popup Zone - opens a small popup window, where can specify the month and year directly:
- Headers - this is the area between the Title and the Main Calendar Аrea. It is used mainly for visual customization and can contain Templates.
- Main Calendar Area - renders the calendar views, whether single or multiple. This area includes the individual days, row/column selectors, and the Preview buttons, which open the Preview Panes.
- Row/Column Headers - when the ShowRowHeaders and/or ShowColumnHeaders properties are set to "true", you can select a whole row/column of dates by clicking on the respective day/week button. To automatically display the day names and week numbers you need to also set the UseColumnHeadersAsSelectors and UseRowHeadersAsSelectors properties to "true".
- Footer - this is the area below the Main Calendar Area. It is often used for visual customization or for displaying additional information about the selected item. Similarly to the Header, the Footer can contain Templates.