Unplanned
Last Updated: 08 Apr 2020 14:24 by ADMIN
Orit
Created on: 12 Feb 2020 09:48
Category: Grid
Type: Bug Report
1
RadGrid Filter menu highlights wrong filter function

With no filtering applied, the filter menu still highlights the filter-function defined in the CurrentFilterFunction property of the column.

2 comments
ADMIN
Attila Antal
Posted on: 18 Feb 2020 08:59

Hi Orit,

The CurrentFilterFunction and the AndCurrentFilterFunction properties of the Columns are indicating which functions to be used when filtering. While in the filter-menu, only the functions in use should be highlighted showing which the currently applied functions for the current column.

For instance, if there is no filtering applied for a Specific column, the "No Filter" should be highlighted.

 

Once a filter is applied, then the filter function in use will be highlighted.

 

If you would like to discuss a problem with a specific behavior of the Telerik controls or their built-in functionalities, please open a formal support ticket and share the information about the issues you are experiencing.

 

Kind regards,
Attila Antal
Progress Telerik

Get quickly onboarded and successful with UI for ASP.NET AJAX with the Virtual Classroom technical trainings, available to all active customers. Learn More.
Orit
Posted on: 12 Feb 2020 17:33

Actually, it shows correct CurrentFilterFunction initially, when the grid is loaded, but after one column is filtered out, all other columns filters showed "No Filter" instead of defined CurrentFilterFunction .

In some cases it's just a visual bug, in some cases the filter stops working for real.