New to Kendo UI for jQueryStart a free 30-day trial

Downloading the Kendo UI Bundles

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

To download the 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:

FoldersContents
/apptemplatesContains 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.
/examplesAccommodates 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.
/jsContains the minified JavaScript files needed by Kendo UI to operates.
/mjsContains the JavaScript modules that can be used instead of the bundled scripts from the js folder.
/license-agreementsContains the End User License Agreement (EULA) that has to be read before installing Kendo UI.
/srcUsed 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.
/stylesContains the compiled CSS of all the themes Kendo UI provides.
/typescriptIncludes the Kendo UI TypeScript definitions.
/vsdocIncludes the files that provide the intellisense.
changelog.htmlProvides 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