Declined
Last Updated: 05 Feb 2021 13:24 by ADMIN
Ian
Created on: 09 Dec 2019 17:26
Category: Date/Time Pickers
Type: Bug Report
0
Bug Report
Since you guys don't seem to have a dedicated place to report bugs in your software.....


Attempting to use the DateTimePicker without supplying something before the Hour in a 24 hour time picker option doesn't work. 


$('selector').kendoDateTimePicker({
    format: 'H:mm'
});


This fails completely, and instead renders it as if it were 12 hour based. However, putting a single space before this renders properly:

$('selector').kendoDateTimePicker({
    format: ' H:mm'
});

However, this also includes the space, which is undesirable.

This does not appear to occur when it is included with a date in any fashion. 
3 comments
ADMIN
Maria Ivanova
Posted on: 05 Feb 2021 13:24
Hi, Ian,

Due to lack of provided feedback on proposed test scenario and details related to reproducing the problem we are closing the item as Declined.
Let us know if the problem still persist and we can re-open it and look further.

 

Kind Regards, Maria Veledinova Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ADMIN
Alex Hajigeorgieva
Posted on: 16 Dec 2019 07:34

Hi, Ian,

Thank you for taking the time to get in touch to report an issue with the Kendo UI Date/Time Pickers.

I attempted to reproduce the described behaviour in this Dojo to no avail. Therefore, we need further information on how to reproduce it or any specific steps that we should take.

I have also moved this thread to the Feedback Portal which is one of the ways to report bugs and it is publically available for people to upvote so we can measure the impact the issue or feature request has:

https://feedback.telerik.com/kendo-jquery-ui/1445472-bug-report

Once we confirm that this is a bug, we will also create an issue in the Kendo UI public repository where you can also report bugs as well as in private support threads(whatever is your preferred way of getting in touch):

https://github.com/telerik/kendo-ui-core/issues

Look forward to hearing back from you with steps to reproduce the issue or a runnable example that we can inspect.

Kind Regards,
Alex Hajigeorgieva
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Ian
Posted on: 11 Dec 2019 12:58
Another note, this happens with DateTime, Time, and Date pickers.