I'm working on a project where we had set up a prototype that used jqGrid 3.7.1 and local data to draw a series of grids. Sorting worked just fine on all of them.
Now we are creating the “real thing” and our jqGrid is getting its data from an XML String. Once this change was made, the grid stopped sorting. (Or so the original programmer tells me; my task is only to get one grid to sort.)
I have been “googling” like crazy to find out if there is something special I need to do to turn on sorting when using dataype: xmlstring, but I haven't seen anything or seen any bug reports related to using jqGrid this way.
Here is the declaration of the grid:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top