i have a sencha grid that does remote filtering code Example (
http://dev.sencha.com/deploy/ext-4.0.0/examples/grid-filtering/grid-filter-local.html).
All my filters are of list type (i have checkboxes on all columns i want to filter.) The question is, Is there a way to trigger this filters with a button not the auto filtering on a list/textbox click. Something like first apply all the filters i want then click on a button (to apply filters) ? Like what Excel does with you are doing data filtering.