C# MVC2 Jqgrid - what is the correct way to do server side paging?
问题 I have a jqgrid where the database table has a few thousand rows, but the jqrid shows only 15 at a time. It should be displaying very quickly (it doesnt take long to query 15 rows). But instead it takes 10 - 20 seconds, which indicates to that it is retrieving the entire table each time. The grid is defined like this: $("#Products").jqGrid({ url: url, mtype: "get", datatype: "json", jsonReader: { root: "Rows", page: "Page", total: "Total", records: "Records", repeatitems: false, userdata: