With no filtering applied, the filter menu still highlights the filter-function defined in the CurrentFilterFunction property of the column.
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
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.