Hi Peter,
Thanks for your response, but i think i didn’t explain my self very well.
I have a form in the page with some fields to filter the results to list on the grid. When i click the submit button, i build a string a that I put in JQXGRID URL parameter. This string calls a page that reads the parameters, queries the database and returns an JSON array to build the grid.
The GRID is build with the result from the form and then i can use the filter of the jqxgrid.
There is no problem with the filter, the result is correct and well formed and chrome handles with perfectly, but IE9 in some cases doesn’t returns any value at all…
I can’t understand this…I have browser console opened in both browsers, but there’s no error return in either one…