I want to know if i can eliminate loading of kendo.web.js for my mvc project.
I am facing performance issues and eliminating unnecessary scripts from bundle, so i want to know whether kendo.web.js is required for mvc or not ?
1 Answer, 1 is accepted
0
Dimo
Telerik team
answered on 04 Dec 2014, 05:06 PM
Hi Simon,
You either need kendo.all.min.js, or the combined script, which corresponds to the widgets that you are using (kendo.web.min.js, ...mobile... or ...dataviz...). You can alternatively use individual scripts, or a custom combined scripts.
Please refer to the following documentation section for more information:
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.