In the month view, the Kendo-UI Calendar widget displays the days of the next or previous month to fill the remaining space in a week. When a date is selected, it is highlighted.
Imagine the following scenario:
This can easily be repoduced with the demo calendar.
Currently, users are unable to access the footer of the calendar in the DatePicker and the Calendar itself using the keyboard.
Please improve the accessibility of the widget so it can be navigated with the keyboard and read by screen readers.
Hi,
It would be very useful to have a disabelDates() method because the suggestion right now is to destroy the calendar and create it again which works but this approach is not acceptable. We need to set different dates based on the current month in the calendar view:
https://docs.telerik.com/kendo-ui/knowledge-base/calendar-disable-dates-dynamically
Thank you,
Support for different calendars (not just Georgian based ones) like Hijri calendars (different types) and so on. To support this you need to have an API overridable calendars to let people define their calendars by themselves.