Unplanned
Last Updated: 13 Feb 2025 13:12 by Peter

When having for example device set to US culture , the TimePicker shows 12h time format, which is correct. 

If you want to keep the US culture but want to use the 24h time format, the TimePicker does not apply the format, it still uses 12h time format.

The same behavior happens in the time part of the DateTimePicker

Unplanned
Last Updated: 13 Jan 2025 21:33 by Craig
Created by: Teddy
Comments: 1
Category: TimePicker
Type: Feature Request
16

Allow for up/down arrows to step up/down the time element with the keyboard cursor. For example, if I have my keyboard cursor on the hours of a time, then pressing up would increase the hour by 1.

Keyboard support for the dropdown... Space to open, tab and/or arrows to cycle through and change the date/time.

 

Unplanned
Last Updated: 27 Jun 2024 09:41 by Jukka

The wheel stops nicely at first, but afterwards jumps into the next value, while I haven't released my finger from the wheel at any time. Still the wheel jumps from the initially highlighted and stopped value onwards to the next one.

 

So mainly, when stopping spinner scrolling, value is highlighted under the finger, when it should only stop the wheel.

Completed
Last Updated: 07 Aug 2024 08:00 by ADMIN
Release 7.1.0 (2024 Q3)

I have the following setup:

<telerik:RadTimePicker x:Name="picker" MinuteStep="5" SpinnerFormat="HH:mm"/>

When opening first time the picker already shows time for example 11 : 00

So I did not change the values of hours and minute and clicked OK . The Time property reflects data as 11 : 21 (current time on device ) instead on 11 : 00 which is confirmed by clicking OK.

Completed
Last Updated: 31 Jan 2024 07:55 by ADMIN
Release 6.7.0
Completed
Last Updated: 07 Aug 2024 08:40 by ADMIN
Release 7.1.0 (2024 Q3)
Created by: Karsten
Comments: 2
Category: TimePicker
Type: Feature Request
1
Provide a way to detect when the selector (popup or dropdown) is toggled - can be useful in cases when the Time property is updated from code-behind to suppress the update in case the selector is shown.
Completed
Last Updated: 13 Nov 2024 16:28 by ADMIN
Release 8.0.0 (2024 Q4)
Created by: Bernd
Comments: 2
Category: TimePicker
Type: Feature Request
1

The TimePicker control uses TimeSpan values for all time properties like Time, DefaultHighlightedTime, MinimumTime, MaximumTime, etc.

With .NET 6 a new TimeOnly type was introduced. It would be great if the Time(Only)Picker would support it as well.

For now, I created a custom TimeOnlyToTimeSpan Converter and use it to bind the TimeOnly properties from the ViewModel. But native support would be great.