Hi Team,
Currently, the month of January is not displayed in the navigation section of the DatePicker component and is instead represented by the respective year:
I would like to request functionality that allows me to display January separately and not beneath the year.
Hi, Team!
I would like to request both prefix and suffix templates that would allow users to display various elements as adornments in the Date Inputs components.
Hi team.
We would like to provide a possibility to use our specific masks for Date Picker component, like this:
Can you recommend a good solution for this?
Hello,
In case when datepicker used inside treelist with kendoTreeListEditTemplate, it is logging the PreventableEvent of datepicker inside the ExpandEvent of treelist.
Thanks
Hi,
It will be a good addition to the component if there is a way to set the animation duration of the opening and closing of the popup as currently there isn't such a control for the component. Similar to the standalone Popup component:
https://www.telerik.com/kendo-angular-ui/components/popup/api/PopupAnimation/
Thank you for your consideration.
Hi,
Currently when setting a date range with the min and max input properties and typing an out-of-range value won't fire an error. According to the documentation, this is the desired behavior and to prevent this, I should put the date component in a read-only state:
https://www.telerik.com/kendo-angular-ui/components/dateinputs/datepicker/date-ranges/
I'd really love it if by typing an out of range value, the DatePicler fires an error instead of preventing the user of typing values by making him go through the calendar.
Thank you
You can reproduce the bug even in your documentation: Overview - DatePicker - Kendo UI for Angular (telerik.com)
The problem seems to be the infinite navigation that's overlaying with that dates' columns.
If the cursor is over the input after changing a date scrolling with the mouse wheel makes the value change.
We need a property just like this one:
https://www.telerik.com/kendo-angular-ui-develop/components/inputs/api/NumericTextBoxComponent/?&_ga=2.113010244.1182956334.1653485754-1241247116.1645472843#toc-changevalueonscroll
If we format kendo-datepicker to (MMMM/dd/yyyy) and if we enter number of month in input then it is not reflecting and shows month in input field.
As you can see in screenshot, I called (valueChange) event to see the changed value, I have enter 10 in month input field so it shows two value in console, first one is when 1 is press and second is when 0 is pressed after 1 so it gives null and in input field it shows month instead of October.
It is working if we enter first letter of month but it should work if we enter month in number.
Please fix this issue asap.
Thanks.
Hi team,
It will be a nice addition to Kendo UI for Angular[DatePicker, DateTimePicker, DateRange] components to have the ability to replace the Calendar with a custom component like in the following counterparts in Kendo UI for React:
1. DatePicker- https://www.telerik.com/kendo-react-ui/components/dateinputs/datepicker/custom-rendering/#toc-customizing-the-calendar
2. DateTimePicker - https://www.telerik.com/kendo-react-ui/components/dateinputs/datetimepicker/custom-rendering/#toc-customizing-the-calendar
3. DateRange - https://www.telerik.com/kendo-react-ui/components/dateinputs/daterangepicker/custom-rendering/#toc-customizing-the-calendar
Thanks.
Please add an option to select multiple dates just like the Kendo UI for jQuery Calendar/DatePicker:
https://demos.telerik.com/kendo-ui/calendar/selection
Thank you
Right now, I can provide a template for the header but that includes the whole template as part of the button to go up a level.
Ideally I want to be able to add a button next to TODAY for custom date calculation
When i select a date in Kendo-datepicker it gives me a date which is with the local timezone.
Now if the same thing is opened in different timezone the date differs.
So i would need how do i show the same date irrespective of timezone.
We face some issue with the with keyboard inputs. The current behavior is that the kendo tries to help us the dates right. For example if you have entered the 28th of February and you start to type another new date which should be the 31.12.2019 for example, after typing the first "3" the is immediately jumping to the month after hitting the first number because there is no date in February which has two digits on a day and starts with a "3". So it tries to get the dates right but the user maybe wants to replace the whole date and just want to continue writing the date.
We need a functionality that the not validate the date the way he does it right now, overtake the validation, like turn it off or anything like that?
Hello
Currently the datePicker and probably other controls that implement the rangeValidation property do not listen to changes on the rangeValidation input.
This is preventing whether range validation is enabled based on other form input changes during user interaction with the form.
Can this be changed so it listens on ngChanges?