Im having some problems creating a custom search form for jqGrid, on the last version (v4).
I used before this method:
jQuery("#search-form").jqGrid(
'filterGrid',
'#grid',
options
);
However it does not work anymore, can someone give me an example on how to do this on version 4 of jqGrid?