Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
Reset filter using the Filtering API
posted

I use text boxes, check boxes etc. on my page to do data filtering in the grid using the grid API. Problem is, once a filter is applied to a column I seem to be unable to clear it without using the "Clear filter" button (which I have hidden).

I have tried the solution presented here:

http://ko.infragistics.com/community/forums/p/74420/376464.aspx

But the issue still remains.

To reproduce the problem, go to the Filtering API sample page:

http://ko.infragistics.com/products/jquery/sample/grid/filtering-api

For the column "Product Name", first add "Adjustable Race" as a filter. Product with ID "1" is shown.
Then add "Bearing Ball" as a filter for the same column. I would expect Product with ID "2" to show. However, no data is shown.