Hi,
I am not sure if is a bug or something configuration specific, but I have the following behavior in the calendar app:
I am using base range selection configuration for my kendo ui angular calendar.
After I select first date, say 15.12.2025. and i want to scroll to say june 2026, to select second date, I scroll with mouse (mac os, Sequioa 15.7.2) or touchpad, around March, calendar jumps back to December.
If I scroll on the side wheel with months to June, moment I go to the calendar to select dates, it jumps, but if I click on the June, then it doesn't jump back.
The same behavior is visible at Kendo UI demo page
App is built in angular 20 and it is a standalone component.
Is this a bug or expected behavior?
Thank you.
Vedad
Steps to reproduce :
https://stackblitz.com/edit/angular-z9ufvcjg?file=src%2Fapp%2Fapp.component.ts
Add kendo-calendar component to page and set size to small
<kendo-calendar #calendarInfinite type="infinite" size="small"></kendo-calendar>Open page containing calendar componet
Click today
Press down arrow on keyboard serveral times.
When no scrolling is needed, the focussed date is displayed correctly:
When down arrow is pressed some more times, the callendar component scrolls to the wrong position, so that the focussed date is not, or only partilally visible:

I'm working on an Angular 19 application. Based on the codebase with kendo 19.1.2,
i'm trying to Implement a user-configurable date format that can be changed at runtime (e.g., 'dd/MM/yyyy', 'yyyy-MM-dd', 'dd MMM yy').
The date format should be configurable per user.
All dates displayed throughout the application should use this custom format
Date parsing (when users input dates manually) should respect this format
Kendo DatePickers should continue using their internal 'c' or 'g' format for the picker UI, but display/parse the selected date using the user's custom format
I attempted to override the clrdIntlService but it didn't work correctly. The datepickers didn't respect the custom format.
Questions:
What's the correct approach to implement this? Should I:
* Create a custom IntlService for Kendo?
* Override date formatting globally?
How can I make Kendo DatePickers use the custom format for display/parsing while keeping their internal format?
Can you provide a complete working example with:
- Service/provider configuration
- Integration with Kendo DatePicker
- How to apply it across the entire application
Thank you in advance!

In Classic calendar, only for the very first time, if we click on navigate button to go to a different month, a scroll happens to go to current date in the target month. Second time if we click navigation button, this scroll does not happen. Due to a business requirement all cells of our calendar have been made to a size of more than 100px in width and height. Due to this massive size of the entire calendar, the scroll does not give a good user experience. Is it possible to avoid this?
I’m working with the Kendo DateRange component and I need to disable future dates. I attempted to use [disabledDates]="dates", but this option is not available. How can I achieve this?
<kendo-daterange>
<div class="col col-6 custDatePickerWidth">
<label>Created Date From</label>
<kendo-dateinput name="SearchDatePickerCreatedDateFrom" kendoDateRangeStartInput
formControlName="createdDateFrom" [format]="'MM/dd/yyyy'" placeholder="mm/dd/yyyy" [max]="maxDate">
</kendo-dateinput>
</div>
<span class="line">-</span>
<div class="col col-6 custDatePickerWidth toDate">
<label>Created Date To</label>
<kendo-dateinput name="SearchDatePickerCreatedDateTo" kendoDateRangeEndInput formControlName="createdDateTo"
[format]="'MM/dd/yyyy'" placeholder="mm/dd/yyyy" [max]="maxDate">
</kendo-dateinput>
</div>
</kendo-daterange>
To reproduce this issue please select your time zone as any time zone of US (eastern, central or pacific) select the date of date light saving change either the start or end of day light saving i.e the 2nd Sunday of March or November click on 4 am (or to be precise add your time zone offset to 2 am and click on any for example for eastern standard time any time from 2am to 7 am) it returns the wrong time. This can be observed for any kendo scheduler version from 2.1.6 to 15..1.0.
The ideal behavior for any time after the change time i,e 2 am should return the value of the slot clicked but as of now it is incorrect for any value till 2+offest of the the time zone with day light saving.
To reproduce this select a US time zone as mentioned (eastern, central or pacific) select 10th march 2024 or 3rd November 2024 and select 3am, 4 am , 5am etc.
https://stackblitz.com/edit/angular-st2crm
Let me know if you need more details
Not sure why, but when i use the kendo-datepicker anywhere in my application, datepicker header template is invisible. I tried with kendo-calender, header is visible initially, but on click of any date buttons or "Today" button it's hiding. Kindly assist soon. Am I missing something? Is there any event's that should be controlled? or can we resolve with styles?
<kendo-datepicker></kendo-datepicker>
Hi,
We have a requirement, where we are using supporting internationalization for only date, numbers and currency. We do not want the calendar months to be displayed in local language. For example, when we set the LOCALE_ID, useValue: 'pt-PT', we don't want the calendar months to be displayed in Portugues. We want it to be SU, MO etc. Is this achievable?
Regards,
Jyothi
