i Just updated kendo ui mvc project to the latest version currently out yesterday. now its broken.
before upgrade
after upgrade
1 Answer, 1 is accepted
0
Accepted
Ivan Danchev
Telerik team
answered on 10 May 2023, 10:51 AM
Hello Malose,
As part of the themes overhaul effort (more details of which you can find in this blog post),
as of R1 2023 SP1 (version 2023.1.314) the LESS theme are no longer
supported and we no longer distribute them. The last release that we
shipped the LESS themes with was R1 2023 (version 2023.1.117).
Additional Kendo CSS files seem to be loaded: kendo.mobile.all.min.css, kendo.dataviz.min.css, kendo.dataviz.blueopal.min.css
After upgrading to the latest version (2023.1.425) you will no longer be able to use the
LESS theme, so all the references mentioned above should be removed and a single
reference to a SASS theme should be added in their place:
The SASS classic lavender dark theme is the equivalent of the old LESS highcontrast theme.
Several things to note with regard to the new CDN links:
- You should have a single kendo CSS file referenced. No other kendo CSS references should be present - The difference in the url compared to the old CDN link. - The difference in the theme version (e.g., 6.3.0). Previously the theme versions were the same as the versions of the product - The naming convention of the files. The files no longer have a "kendo" prefix and are not minified