you might need to stop refresh of filter by removing/commenting the below code when any change is made in data.
/*
change: function (evt, ui) {
//refresh the filter.
if (ui.source != "add") {
$grid.pqGrid("filter", { oper: 'add', data: [] });
}
},
*/