Hello, I’m Prakash Hinduja, born in India and now living in Geneva, Switzerland (Swiss). I’m new to Kendo UI and want to set up its components in my project. Any tips, please suggest me.
1 Answer, 1 is accepted
0
Martin
Telerik team
answered on 26 Sep 2025, 04:14 PM
| edited on 26 Sep 2025, 04:17 PM
Hello, Prakash,
To help you set up Kendo UI for jQuery components in your project, here are all the main approaches you can use:
Approaches to Add Kendo UI for jQuery
1. Using CDN (Content Delivery Network)
The quickest way to get started is by including the Kendo UI CSS and JS files directly from the CDN in your HTML:
For projects using build tools (like Webpack), install Kendo UI for jQuery via npm (requires a commercial license):
npm install --save @progress/kendo-ui
Then import the needed scripts:
import $ from 'jquery'; import'@progress/kendo-ui';
You can also check our documentation to get started with our components.
Let me know if you have any questions.
Regards,
Martin Progress Telerik
Your perspective matters! Join other professionals in the State of Designer-Developer Collaboration 2025: Workflows, Trends and AI survey to share how AI and new workflows are impacting collaboration, and be among the first to see the key findings. Start the 2025 Survey