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.
Hello Patrick,
Thank you for your post.
The issue is fixed and will be included in the service release which will be available at the end of the week.
I will contact the Developer Support team in order to be notified personally.
Thank you for using IGgniteUI components.
Hello,
I have been noticing the same issues since I've updated to 12.2. Could I be added to that support ticket to be notified when the fix is out?
Thanks.
I have created a private support case CAS-102665-T5J7Q8 for you. This support case will be visible to you under “Active Cases” tab once you log in to your account and click “Support Activity” menu item. I will link this support case with development issue 124166 as Tsvetelina mentioned above. You will be notified when service release containing this fix will be available for download.
I hope this helps.
This issue was intriduced in the RTM of v12.2 ( after the latest SR of v12.1 - build 2059 )
There is a developent issue regarding this
124166 : filter method doesn't rebind the grid
http://help.infragistics.com/jQuery/2012.2/ui.iggridfiltering#methods
As a temporary solution you can use the latest SR of v12.1 or you can invoke databind to clear the filter.
I guess the fix will be resolved in the first SR of v12.2
Hope this helps.