jqgrid problem:Where is the "filter" param?

Posted by davykiash on Stack Overflow See other posts from Stack Overflow or by davykiash
Published on 2010-04-01T19:13:51Z Indexed on 2010/04/08 22:03 UTC
Read the original article Hit count: 488

Filed under:
|

Am curently looking at the jqgrid documentation on advanced search and specifically search_adv.php file that comes with it.

I have noted the following line of code

$searchstr = Strip($_REQUEST['filters']);

However when I look at the output on firebug of my jqgrid post I see

_search         true
nd              1270148130165
page            1
rows            10
searchField     income_types_desc
searchOper      eq
searchString    5
sidx            income_types_desc
sord            asc

Where on earth is the "filter" param?

© Stack Overflow or respective owner

Related posts about jqgrid

Related posts about jquery-ajax