This question is locked. New answers and comments are not allowed.
We would like a button to both apply some filters, which are stored in controls marked by the gridfilter class, and also send along a separate search string which is handled on the server side.
* the applyFilterButton class used on an Apply Filter button can initiate filtering.
* A window.location = ... on a Search button can do the search, including the search string as a query string.
Here is the problem: Why cannot both be done by the same button?
* The Apply Filter button does not take into account the search string.
* The Search button does not take into account the values of the filter controls marked with gridfilter.
What would you propose?
BR
Christian