Great, thanks.
Another question when setting filter, it works fine for type textbox with:
$("#grid_array").pqGrid( "filter", {
oper: 'replace',
data: [
{ dataIndx: 'column1', value: 'test' }
]}
But I have issues with type select and textbox with between condition...