Skip to content

DevExpress-Examples/winforms-grid-make-auto-filter-row-insensitive-to-accents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
DevExpressExampleBot
Mar 4, 2025
5a6843c · Mar 4, 2025

History

27 Commits
Mar 4, 2025
Feb 13, 2025
Feb 13, 2025
Apr 23, 2018
Apr 23, 2018
Apr 23, 2018
Aug 29, 2024
Apr 23, 2018

Repository files navigation

WinForms Data Grid - How to make the Auto Filter Row insensitive to accents

This example demonstrates how to create a custom function that removes diacritic symbols from the specified string. The GridView.SubstituteFilter event is handled to inject the custom function into the grid's active filter.

Note

The SubstituteFilter event is available in v15.1+. For older versions, create a custom grid control and customize the auto-filter row's behavior. You should override the GridView.RaiseCustomRowFilter method to normalize the cell text and filter string using the standard String.Normalize method. The cell value is processed based on the comparison operator type specified by the OptionsColumnFilter.AutoFilterCondition property.

Files to Review

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)