We are using KendoUI to build some of our widgets, along with using ASP and Razor. We are getting some of these widgets delivered through a click, which fills in a div (using AJAX) with the appropriate HTML. The problem, is that the KendoUI is already loaded, and so the HTML delivered via AJAX is not styled, nor made into widgets from KendoUI.
Is there a way to "reload" the KenoUI JavaScript with each AJAX request?
Is there a way to "reload" the KenoUI JavaScript with each AJAX request?