I want my users to select a month using the RadDatePicker. The default behavior is that the user selects a date. Can I change that somehow?
An idea I had was to catch the DisplayModeChange-event and check if it was changing from YearView to MonthView. When that happens I now that the user has clicked on a month. But I can't find any way to find out which month was clicked, since nothing has really been selected yet (only dates can be selected).
Is there a solution to this problem?
A clarification: When I say I want the users to select a month, I donĀ“t mean just "February" but "February 2010" (a specific month in a specific year).
An idea I had was to catch the DisplayModeChange-event and check if it was changing from YearView to MonthView. When that happens I now that the user has clicked on a month. But I can't find any way to find out which month was clicked, since nothing has really been selected yet (only dates can be selected).
Is there a solution to this problem?
A clarification: When I say I want the users to select a month, I donĀ“t mean just "February" but "February 2010" (a specific month in a specific year).