Grid Column Filter Encoding

1 Answer 57 Views
Filter Grid
Vladislav
Top achievements
Rank 1
Iron
Iron
Vladislav asked on 22 Sep 2023, 11:48 AM | edited on 22 Sep 2023, 11:49 AM

Hello!

Maybe it's a known thing, but I couldn't find a solution. In the grid, I display the data that comes from the server in Windows 1250 format. I display them correctly through the template. But the filtering doesn't work. If I enter a query with special characters, it does not return correct results. It even offers incorrect values (I am sending a picture). I need client side filtering.

 

Well thank you.

1 Answer, 1 is accepted

Sort by
0
Georgi Denchev
Telerik team
answered on 27 Sep 2023, 07:31 AM

Hi, Vladislav,

You could try to apply the accentFoldingFiltering configuration to the Grid's dataSource and see if that helps:

https://docs.telerik.com/kendo-ui/api/javascript/data/datasource/configuration/accentfoldingfiltering 

Other than that, you could use a custom row filter template to manually render an AutoComplete component. Then you can use the autocomplete template to change the appearance in the data like you do in the Grid.

Best Regards,
Georgi Denchev
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
Tags
Filter Grid
Asked by
Vladislav
Top achievements
Rank 1
Iron
Iron
Answers by
Georgi Denchev
Telerik team
Share this question
or