New to Kendo UI for jQuery? Download free 30-day trial

Downloading the Kendo UI Bundles

You can download the commercial Kendo UI for jQuery bundles by accessing your Telerik account.

To download the commercial distribution bundles:

  1. Go to https://www.telerik.com/download/kendo-ui and log in with your credentials.
  2. Navigate to the Downloads section of your account.
  3. Search for Progress® Kendo UI® for jQuery and download the package.

Included Assemblies

When the download completes, each folder inside the downloaded archive contains the following folders:

Folders Contents
/apptemplates Contains standalone starter templates. Although they are static HTML files, it is recommended that you open them through a web server instead of directly from the file system. The latter approach breaks all AJAX data requests.
/examples Accommodates the quick-start demo files. Although they are static HTML files, it is recommended that you open them through a web server instead of directly from the file system. The latter approach breaks all AJAX data requests.
/js Contains the minified JavaScript files needed by Kendo UI to operates.
/mjs Contains the JavaScript modules that can be used instead of the bundled scripts from the js folder.
/license-agreements Contains the End User License Agreement (EULA) that has to be read before installing Kendo UI.
/src Used to hold the source code files but they are now provided in a separate download package. Access the source code package from the Downloads section of your account. Note that the source code is not available to trial users.
/styles Contains the compiled CSS of all the themes Kendo UI provides.
/typescript Includes the Kendo UI TypeScript definitions.
/vsdoc Includes the files that provide the intellisense.
changelog.html Provides the Kendo UI release notes.

Alternative Download Options

Based on the preferred technologies, you can also use other approaches to add Kendo UI to a project. For more details, refer to the following articles:

Next Steps

See Also

In this article