I've read the some posts about this. I've looked at 2 demos, the web mail one and the one under docs titled
Search on key press/button click. In both of these examples a seperate search box was used.
What I want to do seems fairly straight forward and revolved around the way the filtering is implemented. Most search screens from google to most apps out there have a number of search fields to fill out, then you click a search button. Using the AutoPostBackOnFilter, then clicking enter works great, except for the autopostback. Users want to be able to fill out several fields, then hit search to find what they are looking for.
What I need to do is use the existing autogenerated filter fields, or templated fields. Then on the click of a search button filter on those fields. Additionally, I want to disable the functionality that will filter when you select a filter type.
Can anyone point me in the right direction? Is there a single javascript funciton exposed, like doFilter() that I can call when the user clicks a button?
Thank you!