In Development
Last Updated: 23 May 2024 13:50 by ADMIN
Created by: Karsten
Comments: 1
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.
In Development
Last Updated: 22 May 2024 14:30 by ADMIN

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.