Completed
Last Updated: 18 Sep 2023 08:45 by ADMIN
Created by: Jae
Comments: 1
Category: DateInput
Type: Feature Request
6
I would like to request a configuration for whenever a user types in each Date input section, it will automatically move to the next Date section within the input. 
Unplanned
Last Updated: 28 Jan 2021 11:40 by ADMIN
Created by: Vitro
Comments: 0
Category: DateInput
Type: Feature Request
2

Currently, when the "dd/MM/yy" format is used and the "year" part is populated with a two-digit number, the value of the widget converts to "01/01/00" which is 1st of January 1900 (the default min value for the DateInput).

The widget assumes that the year is "00xx". However, we should have the option for setting the century to the current one, hence, having the first part of the year as "20xx" or "19xx".

Example for the current behavior of the widget:

https://dojo.telerik.com/eFeSeGEt

Unplanned
Last Updated: 14 Apr 2020 19:56 by ADMIN
Created by: Brynley
Comments: 0
Category: DateInput
Type: Feature Request
1
I'd like to request the functionality to make certain parts of the Kendo UI DateInput to be readonly.  For example, I'd like to show the hours and minutes of a DateInput, but make only the hours editable.
Unplanned
Last Updated: 02 Aug 2022 12:20 by Randy
Created by: Randy
Comments: 0
Category: DateInput
Type: Feature Request
1

Hi Team,

I would like to request the functionality to configure the format of the DateInput's messages.  This would help remove any symbols used when the value is set in the DateInput. For example, here is a Progress Kendo UI Dojo which shows a TimePickers DateInput with a colon in the message.

Thank you!

Pending Review
Last Updated: 09 Sep 2022 06:29 by ADMIN

Add a hidden input to store the current value in it at all times, and a visible display input that has the month/day/year or current value displayed in it; it solved all of the issues and is currently implemented on numerous other Kendo form input controls.

This will make the DateInput compatible with JQuery Unobtrusive Validation.