I am using a jqGrid with both filterToolbar and searchGrid.
When I perform a search using the filterToolbar and then open the searchGrid window, the filters come filled fine.
But when I change something after this, this feature stop working.
I can explain by testing this sample: http://srv04.wln.com.br/cpsadmin/sample
Try typing an 'a' for the fields Name, Address and City in the filterToolbar, then perform a search (pressing return when focus in any input).
After that, click in the 'Find Records' button at the footerBar, this will open the search window, with the 3 fields filleds according with the filterToolbar searchoptions.
But if we try to do something after this, nothing works ok again, since we refresh the page.
I would like to get the power of both, filterToolbar and searchGrid, working together, and in the two ways.