I upgraded to jqgrid 4.1.1 and when I now sort a column the request parameter is:
?&sort=myGridId_title
Instead of the old:
?&sort=title
…where myGridId is the id for the grid container and title is the column name.
Is there a way to change this back? I need 4.1.1 because of a bugfix.
I figured out a solution to change it back.
I solved it by stripping the id, like this:
Also, this was a bug that is supposed to be fixed in 4.1.2, just like Oleg says.