I'm getting an 'undefined' error and i can't figure it out why, here is my grid…
$(“#tblClients”).jqGrid({
url: “/WebServ/Service.asmx/WSGetClient”,
ajaxGridOptions: {contentType:'application/json; charset=utf-8'},
datatype: 'json',
data: “{'userID': '1'}”,
mtype: 'POST',
colNames: ['Client ID', 'Client name', 'Client code'],
colModel: [
{name: 'clientID',
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top