When using multiple filters in a grid, clearing one filter clears all

1 Answer 60 Views
Grid
IDispose
Top achievements
Rank 1
IDispose asked on 13 May 2021, 09:17 PM | edited on 14 May 2021, 12:09 AM

I have a grid that's filterable. Each column has a funnel in the header. I can filter by adding a filter value to column1 and Column2. Data is filtered correctly. However when I clear filter value on Column1 and click filter, column2's filter value is also cleared. If I clear the value from Column1 but use the filter button from column2, then column2's value is used to correctly filter the data.

Does the grid NOT check the presence of filter values on all columns before filtering data? Is this a bug? 

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 18 May 2021, 10:12 AM

Hello,

 

Thank you for writing to us.

This is not expected and not the default way the filtering behaves. Here is how it should be:
https://demos.telerik.com/aspnet-mvc/grid/filter-row

If the behavior in your app is not the same, you can check the Chrome F12 inspector for script errors or any custom filtering logic in the project.

 

Regards,
Eyup
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Grid
Asked by
IDispose
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or