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

RadDateTimePicker timeinterval property limitaion

1 Answer 93 Views
DateTimePicker
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 17 Jan 2013, 03:31 PM
hi,

I am using RadDateTimePicker (version: RadControls for WPF Q3 2012) in my WPF app.  The RadDateTimePicker looks fine when I have the TimeInterval property set as "0:30", but when I set it to "0:05", the time selector part of the RadDateTimePicker becomes blank. please see my attachment. Any idea how to resolve that?

thanks in advance

1 Answer, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 22 Jan 2013, 04:41 PM
Hi Paul,

This is happening because the RadDateTimePicker is not designed to show so many data items. By default there is no ScrollViewer implemented in RadClock as we have decided that it won't be very usable to have so many items and to search for the correct one to select it. However if your scenario demand such behavior you can edit the control template and place a ScrollViewer around the ItemsContainer. That will allow you to render the items correctly.

Kind regards,
Boyan
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
DateTimePicker
Asked by
Paul
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Share this question
or