介绍:不介绍了,刚开始研究。
下载:CSDN或者51cto上都有最新的开发版
安装:默认的安装目录是C:\Program Files (x86)\Progress\Telerik UI for ASP.NET Core <version>
目录结构:
Telerik UI for ASP.NET Core contains the following directories:
js—These are the minified JavaScript files.
styles—The minified CSS files and images used by the themes.
src—The complete JavaScript, CSS, and C# source code. Note that this directory is not available in the trial version.
typescript—The TypeScript definitions for the Kendo combined scripts (kendo.all, kendo.dataviz, kendo.web and kendo.mobile).
vsdoc—The intellisense definitions for the Kendo combined scripts (as the above).
VSExtensions—The extensions for Visual Studio 2015 and 2017.
wrappers\aspnetcore\Binaries\AspNet.Core—Containing the .nupkg NuGet package file.
wrappers\aspnetcore\Examples\AspNet.Core\VS2017—The ASP.NET Core sample application built with Visual Studio 2017.
wrappers\aspnetcore\EditorTemplates\razor—The ready-to-use editor templates based on the Kendo UI widgets.
Telerik UI for ASP.NET Core包含以下目录:
js-这些是压缩的JavaScript文件。
styles - 主题使用的压缩的CSS文件和图像。
src-完整的JavaScript,CSS和C#源代码。 请注意,此目录在试用版中不可用。
typescript-Kendo组合脚本的TypeScript定义(kendo.all,kendo.dataviz,kendo.web和kendo.mobile)。
vsdoc-Kendo组合脚本的智能感知定义(如上所述)。
VSExtensions - Visual Studio 2015和2017的扩展。
wrappers \ aspnetcore \ Binaries \ AspNet.Core-包含.nupkg NuGet包文件。(定义Nuget源时会用到此目录)
wrappers \ aspnetcore \ Examples \ AspNet.Core \ VS2017-使用Visual Studio 2017构建的ASP.NET Core示例应用程序。
wrappers \ aspnetcore \ EditorTemplates \ razor-基于Kendo UI组件的即用型编辑器模板。
重要说明:从 Kendo UI R2 2018 开始不再支持 Visual Studio 2015
升级:
1.使用 NuGet and Bower。
2.手动替换引用和文件。
这里记录第二种方法
手动升级
下载最新版本(或者你需要的版本)
使用所需的框架版本替换与Telerik UI for ASP.NET Core相关的所有脚本,样式和图像(就是把 scripts, styles, and images这几个文件夹的内容替换掉)。
更改对新的Kendo.MVC dll的引用,并验证dll是否引用了正确的ASP.NET Core版本。
在应用程序中,手动替换任何指向旧Kendo UI资源文件(如脚本和样式)的引用。(就是把引用链接地址都替换成最新的)
不明白的请看英文文档:https://docs.telerik.com/aspnet-core/introduction#distribution-contents
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· 三行代码完成国际化适配,妙~啊~
· .NET Core 中如何实现缓存的预热?
· 如何调用 DeepSeek 的自然语言处理 API 接口并集成到在线客服系统