I try to call one page with jqGrid (windows.location.href='localhost/jqgrid?_search=true
') enabling search setting the parameter _search
true, but it doesn't work as jqGrid append the search parameter by itself. http://catalog.localhost/de/jqgrid/index/c_edition?_search=true&rows=10&page=1&searchField=work_id&searchOper=eq&searchString=3&_search=false&nd=1296026941396&rows=20&page=1&sidx=&sord=asc
How can we solve this problem?
Thanks