Hello Dimitar.
If I don’t clear the grid an error occours.
`jqxgrid.filter.js:7 Uncaught TypeError: Cannot read property ‘0’ of null’
But works!
Hello.
I’ve solved the problem.
$("#Grid").jqxGrid('clear'); $("#Grid").jqxGrid({ source: dataAdapter });
Is it the better way?
Thank you.