Upgrading Telerik UI for ASP.NET Core
This document describes how to upgrade the version of the Telerik UI for ASP.NET Core helpers and how to switch from a trial to a developer (commercial) license.
Upgrading to New Versions
To update Telerik UI for ASP.NET Core to a new version, either:
Using NuGet or Bower
To upgrade the version with NuGet or Bower:
In Visual Studio, open the NuGet Package Manager and navigate to the Installed tab. Click Update for the Telerik.UI.for.AspNet.Core package.
- If you use Bower instead of NuGet, open the Bower Package Manager and select the Installed tab. Click Update for the kendo-ui package.
In the application, manually replace any references which point to the old Kendo UI scripts and styles.
If the scripts and styles are referenced through the Kendo CDN service, update the links with the new version.
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/themes/10.2.0/default/default-main.css" /> <script src="https://code.jquery.com/jquery-3.7.0.min.js"></script> <script src="https://kendo.cdn.telerik.com/2025.1.211/js/kendo.all.min.js"></script> <script src="https://kendo.cdn.telerik.com/2025.1.211/js/kendo.aspnetmvc.min.js"></script>
If the scripts and styles are referenced locally, download the JavaScript and CSS files from the Telerik website and then copying them in your project. For the detailed step-by-step procedure, refer to the Using Local Files article.
To properly load the Telerik and Kendo UI packages, both NuGet and Bower require authentication.
Upgrading Manually
Download the desired version from the Download section of your account.
Change the reference to the new
Kendo.MVC
dll. Verify that the dll refers to the correct ASP.NET Core version.In the application, manually replace any references which point to the old Kendo UI scripts and styles.
If the scripts and styles are referenced through the Kendo CDN service, update the links with the new version.
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/themes/10.2.0/default/default-main.css" /> <script src="https://code.jquery.com/jquery-3.7.0.min.js"></script> <script src="https://kendo.cdn.telerik.com/2025.1.211/js/kendo.all.min.js"></script> <script src="https://kendo.cdn.telerik.com/2025.1.211/js/kendo.aspnetmvc.min.js"></script>
If the scripts and styles are referenced locally, download the JavaScript and CSS files from the Telerik website and then copying them in your project. For the detailed step-by-step procedure, refer to the Using Local Files article.
The
NuGet package
and the requiredclient-side resources
must have identical versions.
Switching to a Developer License
- After the purchase of a Developer License, follow the Update your guidelines.
If you still see the Trial message after you switch to a developer (commercial) license, check the troubleshooting knowledge base article.