jqGrid 3.8.1 was working fine than I updated jqGrid 3.8.2. The code started generating error.
Error is : uncaught exception: jqGrid – No such method: navGrid. Below is my code.
Note: If I remove below line than Grid is working fine. Why is that?
jQuery("#lists55").jqGrid('navGrid', '#pagers55', { edit: false, add: false, del: false });
Using it in ASP.NET MVC 3 Razor.
//My Code
jQuery().ready(function () {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top