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.
I recommend adding the Kendo UI CDN or install it via npm, so you get all scripts and styles ready. Then try using one or two basic components (like Grid or DatePicker) in a clean test project, just to understand how the setup works.
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
I recommend adding the Kendo UI CDN or install it via npm, so you get all scripts and styles ready. Then try using one or two basic components (like Grid or DatePicker) in a clean test project, just to understand how the setup works.
Slither io