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

Separate buttons (prvious and next) for date & year in raddatetimepicker control

3 Answers 147 Views
Calendar, DateTimePicker, TimePicker and Clock
This is a migrated thread and some comments may be shown as answers.
Krish
Top achievements
Rank 1
Krish asked on 20 Nov 2018, 04:00 PM

there any possibilities displaying the separate buttons ( and next) for date & year in control? Attached image for your reference. Please check & do the needful.

Thanks in advance.

3 Answers, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 22 Nov 2018, 09:13 AM
Hello, Krish, 

RadCalendar doesn't support exactly the same design for the navigation illustrated in the provided screenshot. However, RadCalendar provides two types of navigation that allow you to switch or jump to next/previous month: https://docs.telerik.com/devtools/winforms/calendar/features/navigation

Note that RadCalendar has a built-in date zoom functionality which facilitates the date navigation. You can refer to the following help article

I hope this information helps.

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Krish
Top achievements
Rank 1
answered on 22 Nov 2018, 11:31 AM

Hi Dess

    Thank you so much for your reply. I need the same function(switch or jump to the next/previous month) in RadDatetimepicker control. Is there any property to do this?

0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 23 Nov 2018, 07:34 AM
Hello, Krish, 

Note that RadDateTimePicker hosts the RadCalendar in the popup. You can access it and manipulate the navigation mode as follows: 

RadDateTimePickerCalendar calendarBehavior = this.radDateTimePicker1.DateTimePickerElement.GetCurrentBehavior() as RadDateTimePickerCalendar;
RadCalendar calendar = calendarBehavior.Calendar as RadCalendar;
calendar.HeaderNavigationMode = HeaderNavigationMode.Zoom;

I hope it is useful for your scenario.

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Calendar, DateTimePicker, TimePicker and Clock
Asked by
Krish
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Krish
Top achievements
Rank 1
Share this question
or