New to Kendo UI for jQuery? Start 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:
- Go to https://www.telerik.com/download/kendo-ui and log in with your credentials.
- Navigate to the Downloads section of your account.
- 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:
- Installing Kendo UI by Using the CDN Services
- Installing Kendo UI with NPM
- Installing Kendo UI with NuGet
Next Steps
- Using Kendo UI for jQuery ECMAScript Modules
- Create Your Own Custom Bundles
- The Component DOM Element Structure
- Initialize Components as jQuery Plugins
- Initialize Components with MVVM
- jQuery Version Support
- Web Browser Support
- Operation System Support
- PDF and Excel Export Support
- Component Script Dependencies
- Create Your Own Custom Components