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,
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.
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
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.
Hello,
In case when datepicker used inside treelist with kendoTreeListEditTemplate, it is logging the PreventableEvent of datepicker inside the ExpandEvent of treelist.
Thanks
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?