Unplanned
Last Updated: 23 Nov 2021 08:55 by menaheme
Created by: shahar
Comments: 2
Category: TimePicker
Type: Feature Request
12

hi,

We would really appreciate RTL support for our Hebrew customers for KendoDateinputs.

The current behavior is VERY confusing for users and causes them to input the wrong data for both date and time components, causing them to lose critical information.

 Thank you!

Thanks,

Shahar

Unplanned
Last Updated: 24 Aug 2020 13:52 by ADMIN
Created by: ved
Comments: 0
Category: TimePicker
Type: Feature Request
6

Please provide an option that would allow to disable multiple time ranges for the TimePicker component, so that a time isn't possible to be selected from these disabled time ranges.

thanks

Declined
Last Updated: 03 Nov 2023 16:31 by ADMIN
Created by: Jaap
Comments: 4
Category: TimePicker
Type: Feature Request
2

In the TimePicker (and other Date Input controls) you can in the input field use the arrow keys or mousewheel to go endless through the options. E.g. for minutes you can go directly from 00 to 59 using the down arrow. Especially with large ranges like minutes this is handy.

But in the popup you can't do that. It would be nice that the user can scroll directly from 00 to 59, 58 and so on. See composed image below.
(This should not be done when there are less options than the size of the popup, else you whould get duplicate options visible. That would be confusing for the user.)

Would be a usefull feature, especially when using this control on touch devices.

Declined
Last Updated: 31 Aug 2023 14:54 by ADMIN
Created by: Robert
Comments: 1
Category: TimePicker
Type: Feature Request
2

Hello dear Telerik-Team,

I have a problem with the timepicker: We have same nightshifts and there are time-intervals that go over midnight. The available dates in the timepicker should lay between the min and max borders.

https://stackblitz.com/edit/angular-ktai17?file=app/app.component.ts

Provide support for overnight time range.

Unplanned
Last Updated: 11 May 2022 06:39 by Darin
Created by: Darin
Comments: 0
Category: TimePicker
Type: Feature Request
2

Provide a classic type view as the jQuery TimePicker:

Currently, the Angular TimePicker supports only a single view (modern as per jQuery documentation):

Declined
Last Updated: 11 Aug 2022 08:11 by ADMIN
Created by: shahar
Comments: 2
Category: TimePicker
Type: Feature Request
1

Hi,

 

Many of my users complain that when clicking the the time component in the "empty" space, the focus is automatically set to the minutes area.

See image for example (clicking where the arrow is pointing).

 

This is very confusing for them and causes them to make a lot of mistakes.

Is it possible to disable this behavior?

 

Thanks,

Shahar

Duplicated
Last Updated: 24 Mar 2021 07:59 by ADMIN
Created by: Dali
Comments: 1
Category: TimePicker
Type: Feature Request
1
Option to be provided to disable a particular time in time picker , As the option provided in date picker to disable the particular date using selector called disabledDates ,I needed the same option in time picker to disable particular time
Completed
Last Updated: 29 Sep 2020 06:54 by ADMIN
Created by: Andre Beauchamp
Comments: 1
Category: TimePicker
Type: Feature Request
1

Since we are using ionic, all scrollable kendo items (such as dropdownlist and timepicker) are being closed by ionic in an interraction issue.
We patched the dropdownlist by using the popupSettings appendTo to put the content of the dropdownlist outside of the zone of influence of ionic to manually stop the propagation of the scrolling event back to ionic.

In short, we would like to get the appendTo settings for the timepicker component. (And any other scrolling component!)

 

Thanks.