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

How do I use RadDatePicker without a popup calendar

2 Answers 51 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Keith
Top achievements
Rank 2
Keith asked on 10 May 2013, 04:31 AM
I am using a calendar to display a selected date or range of consecutive dates, and I am allowing users to change the date(s) by clicking on the calendar. The calendar remains visible all the time and two datepickers are updated when the date on the calendar is changed. The two datepicker controls represent the "start day" and the "end day". If only a single day is selected, then both have the same date. The problem is that the calendar image for a popup is visible.

What I'd like to do is have a up/down button on the datepicker and allow the user to click the button to adjust the date. I can develop it if I need to, but I was hoping there was some kind of built in functionality.

I would also like to do the same thing for a timepicker.

2 Answers, 1 is accepted

Sort by
0
Accepted
Kostadin
Telerik team
answered on 14 May 2013, 02:04 PM
Hello Keith,

At the moment you are able to increase/decrease the chosen day by using the keyboard up/down arrow, but there is no option to do that by buttons. I am afraid you have to build this functionality manually.

Greetings,
Kostadin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Keith
Top achievements
Rank 2
answered on 14 May 2013, 02:36 PM
Oh well, it shouldn't be too difficult to manage. I can probably use a dateinput and a couple of buttons that increase/decrease the date using client-side code.
Tags
Calendar
Asked by
Keith
Top achievements
Rank 2
Answers by
Kostadin
Telerik team
Keith
Top achievements
Rank 2
Share this question
or