I know it's possible to do client-side sorting in jqGrid by setting loadonce = true but is it possible to do client-side paging as well?
I want to pass all the data (about 80 pages of JSON) to the client initially during page load and then, I don't want any server calls. I want jqGrid to handle both the paging and sorting.