DatePicker - Clicking Month garbled

0 Answers 71 Views
DatePicker
Larry
Top achievements
Rank 2
Iron
Veteran
Iron
Larry asked on 07 Dec 2022, 06:28 PM
Please see attachment.  Why when I click on the month in the upper left of a Telerik datepicker is it garbled?  Is there a way I can clean this up or is this a product defect?
Dimo
Telerik team
commented on 12 Dec 2022, 09:30 AM | edited

It looks like the app is using an outdated theme. Check points 3 and 4 in the Upgrade process.

Another possible reason can be conflicting styles in the app. Use the browser's DOM inspector or remove all other stylesheets, except ours to verify this.

Larry
Top achievements
Rank 2
Iron
Veteran
Iron
commented on 12 Dec 2022, 10:57 PM

That fixed it, I upgraded to 3.7 and fixed the links in the _Host.cshtml file to these:

    <link rel="stylesheet" href="https://blazor.cdn.telerik.com/blazor/3.7.0/kendo-theme-default/all.css" />
    <script src="https://blazor.cdn.telerik.com/blazor/3.7.0/telerik-blazor.min.js" defer></script>

No answers yet. Maybe you can help?

Tags
DatePicker
Asked by
Larry
Top achievements
Rank 2
Iron
Veteran
Iron
Share this question
or