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
0
Accepted
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
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
Iron
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
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
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
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
Iron
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
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
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.