Filter stress insensitive

Hi, is there a way to make grid text filters stress insensitive?

For instance, if a enter in a text filter “Gonzalez” I need the grid to show all records that match “Gonzalez” and “González”

Thanks

You can create a custom filter - insert input html tag in grid’s header, and on value change call grid.filterBy. In such case you can provide a custom function for filtering instead of the fixed value, which can use any complex comparation rules.

Checking for all variation of umlauts will slow down filtering a lot.