March dates missing from both Calendar and DatePicker components

1 Answer 19 Views
Calendar DatePicker
Thomas
Top achievements
Rank 1
Iron
Thomas asked on 09 Apr 2025, 05:32 PM
On both the Calendar and DatePicker component, the month of March is missing two days, the 30th and the 31st. They also do not show up on April "before" April 1st. Is there a configuration setting needed to get these dates to appear? We use ThemeBuilder to style these components - is it possible that ThemeBuilder could be interfering with the date display? We're using version 8.4.0.

Calendar component

Code:
<Calendar />

DatePicker component

Code:
<DatePicker width={400} />

1 Answer, 1 is accepted

Sort by
0
Silviya
Telerik team
answered on 11 Apr 2025, 05:39 AM

Hello Thomas,

Thank you for the information. Based on it, I made a simple test to confirm that both the Calendar and DatePicker components render the last two dates from March 2025 as expected with version 8.4.0.

https://stackblitz.com/edit/react-h9rskh1d-wjsmvpdp?file=app%2Fapp.tsx

From the information, I assume that there is some styling that hides the last <tr> element somehow. My other assumption is that March 2025 is a month that has days rendered on 6 rows. Could you please check August 2025 where the same approach with 6 rows is available? If August 2025 also hides the last 31st day, then it can be related to the styling of the 6th row.

Please take a look and let me know if you need further assistance.

Best Regards,
Silviya
Progress Telerik

Enjoyed our products? Share your experience on G2 and receive a $25 Amazon gift card for a limited time!

Tags
Calendar DatePicker
Asked by
Thomas
Top achievements
Rank 1
Iron
Answers by
Silviya
Telerik team
Share this question
or