jqGrid 3.8.2
When I search 'foo”' (note the double quote at the end), jqGrid sends the following filter string (note the 2 double quotes at the end):
{“groupOp”:”AND”,”rules”:[{“field”:”name”,”op”:”bw”,”data”:”foo””}]}
Should jqGrid escape the seach string?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top