Thanks, works fine.
Question...since I change the filterModel from default (AND) to (OR), I would like to restore after the filter is executed:
$("#grid_array").pqGrid( "option", "filterModel", { on: true, mode : "AND" } );
However this removes the filter header?
Also, regarding the filter condition...if I for the same column would like to filter on value: 1, 2 and 4...how would that looke like?
{ dataIndx: 'test', condition: 'equal', value: '0'}, // add value 1, 2 and 4...