HI
I have a question about DateTimePicker.
When the inputed time is 11:15, then dropdown the time list,
Why the DateTimePicker do not scroll to the nearest time automatically ?
Maybe there have the same problem of TimePicker too.
See attachment.
Best regards
Chris
5 Answers, 1 is accepted

BUG :
2018/01/31 14:00 (Original date/time) next ->
2018/01/31 14:00 (User dropdown and select 14:00) next ->
2018/01/31 14:35 (User input the miniute - 35) next ->
2018/01/31 14:00 (User dropdown the select the day - 31 but minutes lost unexpectedly)
The time value sholud not be changed if the time value exists during the date value changing.

2018/01/31 14:00 (Original date/time) next ->
2018/01/31 14:00 (User dropdown and select 14:00) next ->
2018/01/31 14:5 (User input the miniute - 5) next ->
2018/01/30 14:00 (User dropdown the select the day - 30 but minutes lost unexpectedly)
Thank you for the suggestions.
I tested the reported scenarios.
1) The DropDown does not open the nearest time - This is currently the built-in behavior of the widget. As the suggestion sounds like a good feature request I can suggest submitting it in our feedback portal and based on its popularity we may implement it in a future release:
http://kendoui-feedback.telerik.com/forums/127393-kendo-ui-feedback?category_id=170289
2) The minutes were retained on my end. Please check the video and advice if I missed an important detail:
https://www.screencast.com/t/7NDouzTQt
Regards,
Stefan
Progress Telerik

Hi Stefan
Was this feature added? If not, then any suggestions for implementing it would be great. Thanks in advance!
Hello, Sohail,
We have a logged feature request for the TimePicker and I have added a vote on your behalf here. Feel free to comment and share you point of view:
https://feedback.telerik.com/aspnet-core-ui/1414038-timepicker-focus-specific-time-on-open
While the feature request is gaining popularity, you may use the open event, get the value of the picker and scroll to the nearest value as demonstrated in this forum post:
https://www.telerik.com/forums/timepicker-move-focus-to-similar-time
Kind Regards,
Alex Hajigeorgieva
Progress Telerik