New to Telerik UI for ASP.NET Core? Download free 30-day trial

CDN Naming Convention Change

Environment

Product Telerik UI for ASP.NET Core
Progress Telerik UI for ASP.NET Core version 2023.1.314

Description

I was using the following Kendo JS and CSS links before upgrading Telerik UI for ASP.NET Core:

    https://kendo.cdn.telerik.com/2022.2.802/styles/kendo.bootstrap-main.min.css

However, as of the the latest R1 2023 SP1 release, these resources seem to be obsolete. How can I reference the themes from the CDN?

Solution

As of version R1 2023 SP1, the CDN has a new structure where it is composed of:

  • Theme version—for example, 7.0.2.
  • Theme name—for example, default, bootstrap, material, and so on.
  • File name—is the name of the theme.

The following example shows the new structure of the Kendo CDN resources:

    <link rel="stylesheet" href="https://kendo.cdn.telerik.com/themes/7.0.2/bootstrap/bootstrap-main.css" />

See Also

In this article