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

Is it possible to have the calendar control with the date picker never close?

1 Answer 59 Views
DatePicker
This is a migrated thread and some comments may be shown as answers.
Shilpi
Top achievements
Rank 1
Shilpi asked on 18 Nov 2012, 11:32 PM
I want the Calendar Control with datePicker to stay open even with Date selection change. The reason I don't want to use the Calendar Control is because I want to give the user an option to type in the date as well.

Thanks, Shilpi

1 Answer, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 22 Nov 2012, 09:18 AM
Hi Shilpi,

This can't be done out of the box. Here are some ways that you can achieve this:

1. You can modify the template of the control and set to its DropDownButton (x:Name="PART_DropDownButton") IsOpen = true. The setback will be that if you have more than 1 DatePicker on the page clicking on one of the dropdowns will close the other.

2. You can use DatePicker and just set  IsDropDownOpen="True" on Focus.

3. You can use two controls- 1 Calendar and one RadMaskedDateTimeInput and bind them to the same value in your ViewModel.

Hope this helps.

Regards,
Boyan
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
DatePicker
Asked by
Shilpi
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Share this question
or