When full page refresh scripts ordered properly,application works fine. Problem when load the partial view , html markup loaded first,after that scripts gets loaded , so its saying error.
Error: kendo requires jquery.
How to avoid this .
markup in partial view is
Partners
<div id="Grid" class="hrScrollOut" kendo-grid k-options="gridOptions" k-rebind="gridOptionsPes">
Script order changing when navigate the routing with events.
Kendo load before Jquery. In page Refresh, Scripts ordered is correct.
Script order is