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.
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.
It would be helpful to allow for a plug-in point in the date-related input components for enabling custom parsing of the entered value before it's formatted. The format would be consistent after the parsing completes, but there are cases where parsing text and converting it are helpful. A few examples might be: - "today" translates to 8/27/2018. - "yesterday" translates to 8/26/2018. - "1" translates to the first of the current month: 8/1/2018. - "nov01/18" translates to 11/1/2018.