I have a xml file I'm pulling into a grid.
I'm using the xmlmap to pull into the grid.
The issue I'm having is attempting to sort the various columns.
It won't sort at all, even using sorttype.
Should I pass the xml into an xmlstr? This would seem kind of cumbersome.
On another note, I would like to combine columns, such as putting first name and last name together.
Should I manipulate the xml file on the backend to do this in PHP, or is there another way through the js of the jqGrid?
Thanks
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top