This is a migrated thread and some comments may be shown as answers.

KendoUI Package Breakdown

5 Answers 67 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Grant
Top achievements
Rank 3
Iron
Iron
Veteran
Grant asked on 29 Aug 2016, 12:09 PM

Hi, 

Is there a breakdown of all the KendoUI packages somewhere and what is needed for each component to work?
I'd like to know (for example) all the packages required when implementing the KendoGrid (eg, grid, toolbar, pdf, etc). So that my web pages only have to download the minimum about of data to function.

Thanks and Kind Regards, 
Grant

 

5 Answers, 1 is accepted

Sort by
0
Accepted
Kiril Nikolov
Telerik team
answered on 31 Aug 2016, 07:26 AM
Hi,

Please check the following documentation article and let me know if it helps:

http://docs.telerik.com/kendo-ui/intro/installation/what-you-need

Regards,
Kiril Nikolov
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
0
Grant
Top achievements
Rank 3
Iron
Iron
Veteran
answered on 14 Oct 2016, 10:27 AM
Hi Kiril, 

Id like to implement the 'only what I need' method (for lack of a better term). What is the best strategy to go about such a thing?
I'd like to use the kendo.web.min.js file as it contains all the web elements, but at the some time, at approx 2mb, its contains alot of widgets I do not need on every page. Is the best solution to just read the package descriptions and import what needed for each widget or is there a more efficient way to achieve this? 

What about custom downloads? For example, if I create custom packages; one for DropDownList another for AutoComplete, how will the common JavaScript components react? Will its just fail because of duplicate code

I'd appreciate any advise you can give.

Many Thanks,
Grant
0
Kiril Nikolov
Telerik team
answered on 17 Oct 2016, 07:04 AM
Hello,

Note that you can not and should not combine the bundled js file along with the custom built distribution. It is recommended to have only one Kendo UI Javascript file loaded at a time.

Regards,
Kiril Nikolov
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
0
Grant
Top achievements
Rank 3
Iron
Iron
Veteran
answered on 17 Oct 2016, 08:18 AM

Morning, 

I can understand that. How would you recommend I go about importing only the components I need per page. ?

Thanks, 
Grant

0
Kiril Nikolov
Telerik team
answered on 17 Oct 2016, 11:20 AM
Hello,

Maybe you can consider requirejs for your application?

http://docs.telerik.com/kendo-ui/third-party/using-kendo-with-requirejs

Regards,
Kiril Nikolov
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
General Discussions
Asked by
Grant
Top achievements
Rank 3
Iron
Iron
Veteran
Answers by
Kiril Nikolov
Telerik team
Grant
Top achievements
Rank 3
Iron
Iron
Veteran
Share this question
or