I am still trying to understand how jqGrid works. I have managed to load data into my grid from the server, and I've managed to get it to sort, but I can't get the paging to work. What I would like is to download all the data from the server at once, but only have some of it displayed in the grid. Then I would like to be able to sort the data in the grid and also page forwards and backwards. Is this possible? It looks as if I have to use the loadComplete function to change the datatype to “local” or the sorting won't work (it keeps trying to go back to the server), but then clicking the paging buttons just resorts the data instead of paging.
Maybe I am missing something simple? Thank you very much for your help! Here is my Javascript:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top