Forum


12:17

18/12/2010

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?
Using it in ASP.NET MVC 3 Razor.
//My Code
-------------------------------------------------------------------------------------------------------------
<link href="@Url.Content("~/Content/themes/ui.jqgrid.css")" rel="stylesheet" type="text/css" />
<script src="@Url.Content("~/Scripts/jquery-1.4.4.min.js")" type="text/javascript"></script>
<script src="@Url.Content("~/Scripts/js/jquery-ui-1.8.7.custom.min.js")" type="text/javascript"></script>
<script src="@Url.Content("~/Scripts/js/grid.locale-en.js")" type="text/javascript"></script>
<script src="@Url.Content("~/Scripts/js/jquery.jqGrid.min.js")" type="text/javascript"></script>
jQuery().ready(function () {
jQuery("#lists55").jqGrid({
data: mydata1,
datatype: "local",
colNames: ['Inv No', 'Date', 'Client', 'Amount', 'Tax', 'Total', 'Notes'],
colModel: [{ name: 'id', index: 'id', width: 55 },
{ name: 'invdate', index: 'invdate', width: 90 },
{ name: 'name', index: 'name asc, invdate', width: 100 },
{ name: 'amount', index: 'amount', width: 80, align: "right", formatter: 'number' },
{ name: 'tax', index: 'tax', width: 80, align: "right", formatter: 'number' },
{ name: 'total', index: 'total', width: 80, align: "right", formatter: 'number' },
{ name: 'note', index: 'note', width: 150, sortable: false }
],
rowNum: 10,
rowList: [10, 20, 30],
pager: '#pagers55',
sortname: 'id',
viewrecords: true,
sortorder: "desc",
caption: "JSON Example",
footerrow: true,
userDataOnFooter: true,
altRows: true
});
jQuery("#lists55").jqGrid('navGrid', '#pagers55', { edit: false, add: false, del: false });
});
16:01

10/08/2009

You can find the answre here.
Best regards
Oleg
Most Users Ever Online: 715
Currently Online:
43 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66