You could call the filter method immediately upon grid creation ( in create event for local data / load event for remote data)
$grid.pqGrid( "filter", {
oper: 'add',
data: [{dataIndx: 'dataIndx of the column', value:'1st value', value2: '2nd value'}]
});
Please let me know if you need any further assistance.