Hi, I have a webpage where I load the main page, and then load kendo.ui components (ASP.NET MVC) via ajax calls. On checking, the kendo.all.min.js library - all 1,5 MB of it - gets loaded with every call. That is because I have the scripts included in the page loaded via ajax. However, were I to exclude these scripts, the page loaded via ajax will not work correctly because the kendo.ui components will not work correctly.
How can I make these pages loaded via ajax use the kendo.all.min.js library loaded during the loading of the main page?
Thanks in advance.
How can I make these pages loaded via ajax use the kendo.all.min.js library loaded during the loading of the main page?
Thanks in advance.