I want the filtering of the fields in my grid to be accents insensitive.
Up to now, I've not found a way to do that.
How can I do that ?
Thanks,
1 Answer, 1 is accepted
0
Petur Subev
Telerik team
answered on 30 May 2013, 12:24 PM
Hello Exakis,
I am afraid it is not possible to filter the records this way because characters with or without diacritics are different characters and when comparing strings they are considered as different strings.
The only possible way to achieve such filtering is to use custom binding and implement the filtering on your own. However you will also need to implement grouping, sorting, paging operations.
Regards,
Petur Subev
Telerik
Check out the successor of Telerik MVC Extensions - Kendo UI for ASP.NET MVC - and deem it for new ASP.NET MVC development.