Код: Выделить всё
jQuery("#MyJQGrid").jqGrid({
url: dataUrl,
datatype: "json",
height: 550,
width: 1180,
colNames: columnNames,
colModel: columnModel,
rowNum: 100,
mtype: "POST",
gridview: true,
sortname: "Times",
viewrecords: true
});
Подробнее здесь: https://stackoverflow.com/questions/237 ... ot-working