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.
I have only noticed this when using the Kendo UI controls in an Angular project. On touch devices when tapping a show/hide toggle button (like the calendar button on a date picker) it causes the calendar to quickly open and close. There seems to be an issue in angular causing the click event to fire twice. I have more notes about the issue and a workaround using a directive to band-aid this for now, but it would be nice if the fix were integrated into a future Kendo UI build. Please refer to ticket 1033999 for more information. http://www.telerik.com/account/support-tickets/view-ticket?threadid=1033999
Datepicker have choice for navigation bar with month instead of fullyear name for the first month in file : "node_modules\@progress\kendo-angular-dateinputs\dist\es\calendar\services\month-view.service.js" line 96, function "navigationTitle()" we can have a boolean to say: ' i want to display month name instead of fullYear for the first month' i don't want to do a monkeyPath to do this ;-) thx a lot
Currently there is no way to reposition the popup calendar from the date input in the date picker component. We would like to be able to set the alignment attributes like that with the popup component.
Disable certain days of the week in the Angular 2+ Datepicker. E.g I want to say disable every Weekend day. Currently only support is max or min date
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
It should be possible to disable the user input on the Datepicker and the calendar pop-up only shows up if the user clicked on the "calendar button".
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
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?