title | description | type | page_title | slug | position | tags | ticketid | res_type |
---|---|---|---|---|---|---|---|---|
Hide the Week Numbers in RadDateTimePicker |
How to hide the week numbers in the calendar of RadDateTimePicker. |
how-to |
Change the Visibility of the Week Numbers in DateTimePicker's Calendar |
kb-datetimepicker-hide-week-numbers |
0 |
raddatetimepicker, week, numbers, areweeknumbersvisible |
0 |
kb |
Product Version | 2020.2.511 |
Product | RadDateTimePicker for WPF |
How to hide the week numbers in the calendar of RadDateTimePicker.
To hide the week numbers, set the AreWeekNumbersVisible property of the RadCalendar control hosted in the RadDateTimePicker. You can do this using the CalendarStyle property of RadDateTimePicker.
{{region kb-datetimepicker-hide-week-numbers-0}} <telerik:RadDateTimePicker InputMode="DatePicker"> telerik:RadDateTimePicker.CalendarStyle <Style TargetType="telerik:RadCalendar"> </Style> </telerik:RadDateTimePicker.CalendarStyle> </telerik:RadDateTimePicker> {{endregion}}