Completed
Last Updated: 08 Feb 2017 12:39 by Anis
Many calendars have the ability to show a column of ISO week numbers alongside the dates (either to the right or the left).  Although it's not a show stopper I have such a requirement in my current project.  While other controls offer this there are none I know of which permit custom calculation of the week number - another requirement for this project.
Completed
Last Updated: 15 Aug 2022 10:23 by ADMIN
Created by: Steve
Comments: 19
Category: Date/Time Pickers
Type: Feature Request
104
Globalized applications use the DateTimeOffset type instead of DateTime since it includes the offset from UTC for different time zones. If DateTimePicker could bind to this type it would simplify UI development. It would have to have the offset or timezone value provided as either a property or as a second binding.
Completed
Last Updated: 25 Sep 2017 21:30 by ADMIN
Created by: Patrick Rioux
Comments: 10
Category: Date/Time Pickers
Type: Feature Request
83
Add a multiple date selection to the Calendar. A multiple date selection calendar is very important for professional web applications in many situations. Also, there is a lack of events in the API.
It is always important to provide more events then less.

Here a few suggestions:
Property year;    /// Year displayed by control.
Property month; /// Month (1 to 12) displayed by control.
A method in the API to easily get the selected date(s).
A method in the API to easily set the selected date(s).
An option to indicate if we allow/disallow multi-selection.
A callback event (and passing the data as an argument) when a date is selected/unselected to allow/disallow the selection/deselection (by returning a true/false). This would allow to easy show a warning message when some dates are selected/unselected. We may currently do part of it in the change event but adding events onbefore/onafter selection would be nice.
Add the option to hide/show days from previous/next month.
Add the option to enabled/disable click from previous/next month.
The Year selection on the top should be a combo that allow keyboard input.
You may check the Yahoo Calendar event & properties. It will provide a good examples (http://developer.yahoo.com/yui/docs/YAHOO.widget.Calendar.html)
Completed
Last Updated: 21 Jan 2019 02:30 by ADMIN
Created by: Stéphane
Comments: 18
Category: Date/Time Pickers
Type: Feature Request
59
It would be great if we can have the option to have a multi-month view calendar.  Like the one in the asp.net ajax suite.
 
http://demos.telerik.com/aspnet-ajax/calendar/examples/functionality/multimonthview/defaultcs.aspx
Completed
Last Updated: 21 Jan 2019 02:32 by ADMIN
Created by: Misiu
Comments: 8
Category: Date/Time Pickers
Type: Feature Request
50
Please take a look at https://github.com/dangrossman/bootstrap-daterangepicker

It would be nice to have similar option in DatePicker - to choose range of days.
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.
Completed
Last Updated: 26 Jun 2018 11:16 by Telerik Admin
Created by: Le
Comments: 2
Category: Date/Time Pickers
Type: Feature Request
17
Provide properties to set min/max time of the DateTimePicker, e.g always shows from 8AM to 5PM of everyday.
Duplicated
Last Updated: 11 Apr 2023 07:58 by ADMIN
Created by: Artem
Comments: 1
Category: Date/Time Pickers
Type: Feature Request
16
It would be great to allow custom configuration of Time drop down in DateTimePicker control.
Since most occurrences in normal system will take place between normal business hours (7am - 6pm), it would make sense to have the time dropdown start at 7am and then go on from there so it would be:
7am 8am 9am .... 4pm 5pm 6pm ...... 12am 1am etc.
This would improve user experience by putting the most commonly selected times first in the dropdown list and reduce the scrolling the user has to perform.
Completed
Last Updated: 22 Jan 2019 07:01 by Theme High
Created by: M
Comments: 4
Category: Date/Time Pickers
Type: Feature Request
10
Sometimes it's useful to limit users to only selecting a certain day of the week. This is possible with jQuery UI but not, AFAIK with Kendo.
Completed
Last Updated: 21 Apr 2023 15:13 by ADMIN
Release R2.2023-Increment.2(26.Apr.2023)
Created by: Charline
Comments: 3
Category: Date/Time Pickers
Type: Feature Request
8

Dear support,

 

I didn't find in your documentation if and how we can use data-* annotations to setup dataInput options of a datepicker.

I would like to do the same thing that the code below does but with MVVM data-* annotation.

            self.date= $('#dateExample').kendoDatePicker({
                format: 'dd.MM.yyyy',
                dateInput: true,
            }).data('kendoDatePicker');
            self.date._dateInput.setOptions({
                format: 'dd.MM.yyyy',
                messages: {
                    'year': 'yyyy',
                    'month': 'mm',
                    'day': 'dd'
                }

I globally use data-bind for html and kendo UI components. 

I just added the data-format in my html like below, and it works.

  <input data-role="datepicker" id="dateExample" data-format="dd.MM.yyyy" data-bind="value: myValue">

I wonder if we can setup format and messages options for the dateinput of the datepicker with MVVM without using jquery (with something like data-dateinput, data-dateinput-format, data-dateinput-messages...).

 

Thanks in advance for your usual support.

Regards,

Charline.

        
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
Unplanned
Last Updated: 05 Mar 2020 22:32 by ADMIN
Created by: Robert Madrian
Comments: 0
Category: Date/Time Pickers
Type: Feature Request
5

I'd like to request adding a clear button similar to the Kendo UI ComboBox for the Kendo UI Date/Time pickers.

Thank you!

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 08:26 by ADMIN
Mobi scroll already provides this kind of selection (http://demo.mobiscroll.com/calendar/calendardatetime/#)

but mobiscroll does not offer the full support of a schedule that kendo UI does. But oh how sweet it would be if Kendo also provided support for scrolling. 

As far as UX/UI is concerned picking a date and time via slot machine scrolling style is much easier to do on a mobile device.

Thanks!
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 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
Declined
Last Updated: 13 Mar 2020 08:21 by ADMIN
ADMIN
Created by: Carl
Comments: 1
Category: Date/Time Pickers
Type: Feature Request
3
Add the feature to be able to walk through date, hour, and minute selection in a stepped fashion, similar to the functionality of this DatePicker:

http://www.malot.fr/bootstrap-datetimepicker/demo.php

The gist is to first allow for day selection. Then, with the popup still open, give the user the ability to select the hour of the day, and finally the particular minute of that hour.
Unplanned
Last Updated: 13 Mar 2020 07:31 by ADMIN
Created by: Imported User
Comments: 0
Category: Date/Time Pickers
Type: Feature Request
3
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.
Unplanned
Last Updated: 27 May 2021 11:01 by ADMIN
Created by: Mark K.
Comments: 0
Category: Date/Time Pickers
Type: Feature Request
3
Would like Timepicker that works the same as your Windows Forms Timepicker, with a SpinEditor.
Unplanned
Last Updated: 14 Jan 2022 15:20 by ADMIN
Created by: Mix
Comments: 0
Category: Date/Time Pickers
Type: Feature Request
3

Hi Team,

I'd like to request adding the Buddhist Calendar to the Kendo UI Date/Time Pickers/Calendar.

Thank you!

1 2 3