4 Answers, 1 is accepted
0
Hello,
Currently, the ComboBox widget supports client filtering based on the typed text. The "accent folding" functionality is not supported. Nevertheless, you can achieve it using a server filtering. Thus the widget will send the user input and on the server you will be able to map all accents and filter the data in the way you want.
Regards,
Georgi Krustev
Telerik
Currently, the ComboBox widget supports client filtering based on the typed text. The "accent folding" functionality is not supported. Nevertheless, you can achieve it using a server filtering. Thus the widget will send the user input and on the server you will be able to map all accents and filter the data in the way you want.
Regards,
Georgi Krustev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

balazs
Top achievements
Rank 2
Iron
answered on 31 Aug 2015, 07:25 PM
Selectize.js allowed us to override scoring/search function, so this custom behaviour was implementable by a little script.
0

balazs
Top achievements
Rank 2
Iron
answered on 31 Aug 2015, 07:28 PM
Even a possibility to include an accent stripped version of the displayed text and the ability to define the new "column" (property) as the one on which the search is perfomed would allow us to mimic the desired search behaviour.
0
Hello balazs,
I would suggest you use the filtering event of the widget. This will allow you to intercept the started filtering and rebuild the filter expression. Basically, you will need to get the filter text and replace the symbols with the right one and filter the source manually.
Regards,
Georgi Krustev
Telerik
I would suggest you use the filtering event of the widget. This will allow you to intercept the started filtering and rebuild the filter expression. Basically, you will need to get the filter text and replace the symbols with the right one and filter the source manually.
Regards,
Georgi Krustev
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items