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

Hide clock panel from RadDateTimePicker but allow to enter time manually

1 Answer 116 Views
DateTimePicker
This is a migrated thread and some comments may be shown as answers.
Vaishali
Top achievements
Rank 1
Vaishali asked on 19 Dec 2012, 06:35 AM
I am using RadDateTimePicker control in silverlight MVVM pattern.
I have created a custom class which overrides the properties of the Raddatetimepicker control.I also got the required datetime formats.
I don't want the default clock panel structure.
My requirement is to select date from datetimepicker and just below it a standard clock(as provided by microsoft to set datetime of machine) for selecting the time interval.How can I add this type of clock??

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 24 Dec 2012, 07:55 AM
Hello Vaishali,

This is not supported out of the box. In order to achieve it you will need to create a custom control from.
You could combine a RadMaskedDateTimeInput and two buttons with commands for increase and decrease of the value.
You could find some examples of the RadMaskedDateTimeInput in this online demo.

Hope this info helps.

Kind regards,
Konstantina
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
DateTimePicker
Asked by
Vaishali
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or