Hi,
I have simply jqgrid definitions like this:
jQuery("#C2").jqGrid({
url: '/Customers.mvc/GetGridData/',
datatype: 'json',
autowidth: 'true',
mtype: 'GET',
colNames: ['Nazwa', 'Symbol', 'Status', 'Miasto', 'Ulica', 'Budynek', 'Mieszkanie', 'Koda pocztowy',
…