IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
By default, Sitefinity CMS ships with a version of Kendo UI for jQuery. You can use the Kendo UI shipped with Sitefinity CMS for custom development purposes only in the scope of your licensed Sitefinity CMS project. This article explains how to access the available Kendo UI libraries that ship with Sitefinity CMS.
The following combined scripts can be used to simplify development of your Sitefinity CMS project.
kendo.all.min.js
IMPORTANT: kendo.all.min.js is available in the Kendo UI Complete package. The contents of kendo.aspnetmvc.min.js are not included in kendo.all.min.js. You need to include kendo.aspnetmvc.min.js in addition to kendo.all.min.js or use the custom download builder tool.
kendo.aspnetmvc.min.js
kendo.web.min.js
The minified versions of all JavaScript files, except jQuery, are also available via CDN, using the following convention: https://kendo.cdn.telerik.com/<version>/js/<filename>.min.js
EXAMPLE: https://kendo.cdn.telerik.com/2020.2.513/js/kendo.all.min.js
For more information refer to the CDN Services article from the Kendo UI documentation. To discover the exact version of Kendo UI shipping with Sitefinity CMS you are using, see Sitefinity release notes.
Kendo UI requires the following stylesheets:
kendo.common.css
kendo.[theme].css
You use these resources in your widgets the following way:
NOTE: Keep in mind that you need to add a reference to the jQuery library every time you register Kendo libraries.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important
For developers: Considerations about using RadControls with Kendo UI