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

CalendarButtonType.Month never received

1 Answer 23 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Stefano Zambonin
Top achievements
Rank 1
Stefano Zambonin asked on 30 Nov 2009, 05:37 PM
Created DataTemplateSelector for RadCalendar.
I have done it for day, month and year:

 

 

<telerik:RadCalendar x:Name="tlrkCalendar" Grid.Row="0" Grid.ColumnSpan="2" HorizontalAlignment="Center" VerticalAlignment="Center" Visibility="Visible" DayTemplate="{x:Null}" MonthTemplate="{x:Null}" YearTemplate="{x:Null}" IsTodayHighlighted="False" SelectionMode="Extended">

 

the problem is that that i receive correctly CalendarButtonType.Day and Year but never CalendarButtonType.Month.
When i select year view (the view where i see all months for that year) this is the trace of what received (first column is CalendarButtonContent type) :

Year -- 01/01/2009 00:00:00

Year -- 01/02/2009 00:00:00

Year -- 01/03/2009 00:00:00

Year -- 01/04/2009 00:00:00

Year -- 01/05/2009 00:00:00

Year -- 01/06/2009 00:00:00

Year -- 01/07/2009 00:00:00

Year -- 01/08/2009 00:00:00

Year -- 01/09/2009 00:00:00

Year -- 01/10/2009 00:00:00

Year -- 01/11/2009 00:00:00

Year -- 01/12/2009 00:00:00



1 Answer, 1 is accepted

Sort by
0
Kaloyan
Telerik team
answered on 04 Dec 2009, 08:55 AM
Hi Stefano Zambonin,

Sorry for the inconvenience caused. The problem you are facing is due to a bug in our control. It will be resolved for this Friday's internal build.

Regards,
Kaloyan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Calendar
Asked by
Stefano Zambonin
Top achievements
Rank 1
Answers by
Kaloyan
Telerik team
Share this question
or