I see that you are trying to customize which items to use in the response
page: “currentPage”,
total: “totaPages”,
records: “totalRecords”,
I tried it on my setup and it doesn't seem to be working for me.
the order in which your css files are included does play a role.
Can you provide a sample json response as well ?
is this on a public-facing website by chance that we can look at ?
Otherwise, its a little hard to explain.
In the request sent to the server, the filter is going to have three parts
{“groupOp”:”AND”,”rules”:[{“field”:”SUMMARY”,”op”:”eq”,”data”:”test”}]}
field = column index we are searching on
op = operator
data = value in the box that we are filtering on
i ran a couple of tests using a text filter in my filtertoolbar and it seems to be working. whatever the FIRST value in your “sopt” array in colmodel is, it will be sent as the “op” in the filter in the ajax request.
edit:
The sample page you have doesn't work.
what selected option. are you referring to the select elements in edit mode for a couple of your rows where you are trying to save the new value ?
that page number box is crazy big. have you done any other alterations to the CSS ?
hard to tell without sample code and the json response, but i think i have seen this happen in a couple of cases
1) when I did not properly set the “records” count in
I modified one of the jqgrid examples to show what i am trying to do.
It is an internal site so unfortunetly there is no link available.
I did verify that i have the latest language file as well
Thanks, any idea when a new version will be released with the fix ?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top