Allow RadCalendar to have multiview based on years or months. Resolution: With our latest release(Q2 2014) we are introducing new navigation mode that has very similar behavior the described one. To take the advantages of new mode you need only to set the HeaderNavigationMode property to "Zoom": For example : this.radCalendar1.HeaderNavigationMode = HeaderNavigationMode.Zoom;
I completed a code library project to showcase Telerik extensibility to perform this requested feature. It can be found at http://www.telerik.com/community/code-library/winforms/gridview/radgridview---custom-calendar-editor-control.aspx Thank you Theo J
The .NET calendar control works like this by the by
1. When clicking on the title (Month Name), it must zoom out to display all 12 months of the year, with the current month selected. When clicking on a month in this view, the normal calendar view must be shown again (zoom in) with the selected month in the