Won't Fix
Last Updated: 06 Mar 2020 15:41 by ADMIN
Created by: kudaravalli
Comments: 1
Category: Date/Time Pickers
Type: Bug Report
0

Hi Team,

 

Can you please help on below issue

 

By clicking on Backspace on the end of date value(09/08/2018), control is moved to another place(control is moved to first 0 instead of 1)

 

Issue with second Datepicker from the below sample

https://docs.telerik.com/kendo-ui/controls/editors/datepicker/how-to/date-masking-using-maskedtextbox

 

Thanks in advance


 

Won't Fix
Last Updated: 06 Mar 2020 15:42 by ADMIN

Unable to edit date properly, when date is selected from the Kendo UI date picker.

Below are steps to reproduce

#1: Select date from the date picker

#2: Click on backspace in date field(place cursor end of Date 08/06/2018 place cursor next to 8) then Control is moved to another place, it supposed to be at 1

Provided below is the dojo for checking

http://dojo.telerik.com/ewANiMuM

Note:

Don't have issue in older versions in  Kendo UI 2017 R1 and lower versions,

found the issue from the version Kendo UI 2017 R2 and above

Unplanned
Last Updated: 06 Mar 2020 15:43 by ADMIN
Parsing of the users Input (defined by ParseFormats) is stopping, as soon as min date is set. This happens if the date,evaluated by the parsing, is outside the min/max range. 

I would suggest, that parsing takes the min/max boundaries into account. 
Declined
Last Updated: 06 Mar 2020 15:48 by ADMIN
Created by: Jan
Comments: 0
Category: Date/Time Pickers
Type: Feature Request
1
The editors do support inline footer's but you can't use an external footer template yet.

Example template:

<script type="text/template" id="datepicker-footer-template">

    "Today: #:kendo.toString(data, 'yyyy-MM-dd')#, Week: #:kendo.recurrence.weekInYear(data,kendo.culture().calendar.firstDay)#"

</script>

Suggestion to add a footer-template configuration option like this:

<input name="Date" data-role="datepicker" data-bind="value: Date" data-format="yyyy-MM-dd" data-week-number="true" data-footer-template="datepicker-footer-template"/>

Jan
Declined
Last Updated: 06 Mar 2020 15:52 by ADMIN
Created by: Jo-Anne
Comments: 0
Category: Date/Time Pickers
Type: Feature Request
1
An alternate header with Month and Year Dropdowns would be helpful on the DatePicker
Unplanned
Last Updated: 13 Mar 2020 07:27 by ADMIN
Created by: Adam
Comments: 0
Category: Date/Time Pickers
Type: Feature Request
2
I noticed that the time picker would not parse a 3 or 4 digit time w/ am/pm (that doesn't have a ":" separator) even though there wouldn't be any ambiguity based on the parseFormat array.  I was told that the picker doesn't officially support any time parsing that doesn't contain a colon and if some work without a colon it is by chance.

This vote would be for more thorough format parsing on the picker controls.  The ones I specifically noticed were failures to parse "hmmt", "hmmtt".  See this ticket for more info and a dojo example.

https://www.telerik.com/account/support-tickets/view-ticket?threadid=1164654
Unplanned
Last Updated: 06 Mar 2020 15:45 by ADMIN
if we set min value  just for validation for new entry...then if user retrieve old record from database which document date is before  the minimum date it displays empty. so there should be read only dates available. thanks
Declined
Last Updated: 13 Mar 2020 07:41 by ADMIN
Created by: Dalton
Comments: 1
Category: Date/Time Pickers
Type: Feature Request
1
DateInput doesn't support fuzzy dates. (Where day/month/year are optional) This is useful in order entry applications where the developer doesn't have control over what information is available from customers and information supplied is inconsistent.

The DateInput controller could have an option to read/submit formatted strings or some kind of strongly typed DTO so that given parts of the DateInput initialize as blank/null.
Declined
Last Updated: 13 Mar 2020 07:47 by ADMIN
Created by: Tyler
Comments: 0
Category: Date/Time Pickers
Type: Feature Request
2
Have the time drop down function kind of like normal drop downs, where they don't filter, but will jump down to the time you start typing after opening the drop down like the drop downs do when you start typing after opening them.
Unplanned
Last Updated: 13 Mar 2020 07:31 by ADMIN
Created by: Imported User
Comments: 0
Category: Date/Time Pickers
Type: Feature Request
4
Currently the disabled date function only make the dates disabled, but if you are using the component as a month/year picker through the "depth" property you would also like the months/years to be unselectable if the whole month is included in the disabled date period.
Declined
Last Updated: 13 Mar 2020 08:22 by ADMIN
Created by: Imported User
Comments: 0
Category: Date/Time Pickers
Type: Feature Request
3
because dateTimePicker can show weekNr now, if it is possible to enable select whole week ( or select weekNr), Thanks
Under Review
Last Updated: 01 Oct 2021 12:04 by ADMIN
Created by: Elliot
Comments: 0
Category: Date/Time Pickers
Type: Feature Request
7
It is essential that k-ng-model integrate completely and accurately with angular.  For instance if I am using k-ng-model with a date picker and set it to required angular validation will not work.

This same issue exists with all of the kendo controls that support k-ng-model
Completed
Last Updated: 13 Mar 2020 07:30 by ADMIN
I want the datetimepicker to pull from the database if a value exists, show nothing if it doesn't, and get the current date and time when user clicks on the calendar icon.   It doesn't get the current time.  It shows midnight.  I can get the datetimepicker to default to today's date (on display) and current time if I don’t try and pull a value from the database.
Completed
Last Updated: 13 Mar 2020 09:17 by ADMIN
Created by: Brian Mains
Comments: 1
Category: Date/Time Pickers
Type: Feature Request
2
For the datepicker control, it would be great if it could support relative values for the min and max range like the jQuery datepicker does.  For instance, you can set minDate: 0, which is today.  Or you can say maxDate: "+6M" for a max date of 6 months from today (as in their documentation: https://api.jqueryui.com/datepicker/#option-maxDate).  These generic expressions make it much easier to set restrictions.
Completed
Last Updated: 03 Oct 2023 13:13 by ADMIN
Release R3.2023-Increment.3(11.Oct.2023)
Created by: CHARBEL KALLASSY
Comments: 0
Category: Date/Time Pickers
Type: Feature Request
5
Date picker when entering the day or day and month to autofill the content with current year or current month and year, same as asp.net ajax datepicker
Declined
Last Updated: 13 Mar 2020 13:54 by ADMIN
Created by: Nohinn
Comments: 1
Category: Date/Time Pickers
Type: Feature Request
1
Is there any possibility to add a new property to the datepicker that will let the user to use a datepicker like the ones used in materializecss framework?

Sample here:
http://materializecss.com/forms.html#date-picker
Completed
Last Updated: 13 Mar 2020 09:02 by ADMIN
Created by: whitewolf
Comments: 1
Category: Date/Time Pickers
Type: Feature Request
2
when mouse click in a kendoDatePicker, control will auto choose date part at clicked position, and we can use left and right arrow to go to another date part, use up and down arrow to cycle through all possible value of that part, or input number (month name in the case) directly instead
Completed
Last Updated: 13 Mar 2020 13:56 by ADMIN
Created by: Imported User
Comments: 2
Category: Date/Time Pickers
Type: Feature Request
2
It would be helpful if when entering a date into a datepicker control you could just type +7 to have it select 7 days from today.  Or -5 for 5 days ago.  Or if you just type 0, it would select today.  Or type 15 and it would select the 15th of the current month.  This would make keying in dates much faster than using the calendar.
Completed
Last Updated: 02 Dec 2022 16:02 by ADMIN
Optionally allow for the disabling of Daylight Savings time detection when using the DateTime picker, or to set the TimeZone for the picker manually.
Declined
Last Updated: 13 Mar 2020 13:45 by ADMIN
Created by: Gal
Comments: 0
Category: Date/Time Pickers
Type: Feature Request
1
The current date time and date-time pickers don't allow for scrolling the data using the mouse scroll. 
This functionality is available in ajax controls this makes a mix web site not consistent in behavior of controls.