This is a migrated thread and some comments may be shown as answers.

RadCalendar current month and year

3 Answers 227 Views
Calendar, DateTimePicker, TimePicker and Clock
This is a migrated thread and some comments may be shown as answers.
Esteban
Top achievements
Rank 1
Esteban asked on 21 Jul 2010, 09:54 PM
Hi,

is there a way to know the current month and year in the RadCalendar ViewChanged event?

Thanks in advance.

Esteban Diaz
Software Analist

3 Answers, 1 is accepted

Sort by
0
Esteban
Top achievements
Rank 1
answered on 22 Jul 2010, 04:24 PM
I have found what i needed, the date range is in the default view property.

Thanks anyway.

Esteban Diaz
Software Analist
0
PROGRA
Top achievements
Rank 1
answered on 11 Sep 2013, 11:14 PM
I want to select only months instead of days
0
Nikolay
Telerik team
answered on 16 Sep 2013, 05:49 PM
Hi Progra,

RadCalendar does not support selecting months. The supported selection mode allows for selecting all days in the calendar view area. This selection can be triggered by the help of a button at the top-left corner of the calendar (by default, its text is "x"). In order to show this button, you should set:

this.radCalendar1.ShowViewSelector = true;

You also need to allow this button to work and allow multiple cell selection:
this.radCalendar1.AllowViewSelector = true;
this.radCalendar1.AllowMultipleSelect = true;

Let me know if you have additional questions.

Regards,
Nikolay
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
Calendar, DateTimePicker, TimePicker and Clock
Asked by
Esteban
Top achievements
Rank 1
Answers by
Esteban
Top achievements
Rank 1
PROGRA
Top achievements
Rank 1
Nikolay
Telerik team
Share this question
or