I'm experimenting with JqGrid in the ASP.Net MVC 5 environment.
It seems that Jquery must be loaded before the code:@Html.Trirand().JQGrid(Model.ContactsGrid, "Grid")
But for best performance Jquery should be bundled and loaded at the end of the page.
Do I have to change this for pages that contain JqGrid?