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

Hide week numbers in RadDateTimePicker

2 Answers 88 Views
DateTimePicker
This is a migrated thread and some comments may be shown as answers.
jeya
Top achievements
Rank 1
jeya asked on 19 Oct 2011, 02:00 PM
Hi,

How to hide week numbers in RADDateTimePicker control in 2011 Q2 Release ? I could not find AreWeekNumbersVisible property in this version. Any help?

With Thanks and Regards
Jeyakumar

2 Answers, 1 is accepted

Sort by
0
Dani
Telerik team
answered on 20 Oct 2011, 01:15 PM
Hello Jeya,

The AreWeekNumbersVisible property is a property of RadCalendar, not RadDateTimePicker. What you can do is create a style similar to the following and apply it to RadDateTimePicker vie the CalendarStyle attached property:

<Style x:Key="MyCalendarStyle" TargetType="telerik:RadCalendar">
     <Setter Property="AreWeekNumbersVisible" Value="False" />
</Style>

I hope this helps.

All the best,
Dani
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
jeya
Top achievements
Rank 1
answered on 20 Oct 2011, 01:54 PM
Hi Dani,

THANKS A LOT....

With Regards,
Jeyakumar
Tags
DateTimePicker
Asked by
jeya
Top achievements
Rank 1
Answers by
Dani
Telerik team
jeya
Top achievements
Rank 1
Share this question
or