This is a migrated thread and some comments may be shown as answers.

How to filter the MultiSelect component data ignoring accentuation?

1 Answer 52 Views
MultiSelect
This is a migrated thread and some comments may be shown as answers.
Luciano Kaesemodel
Top achievements
Rank 1
Luciano Kaesemodel asked on 16 May 2014, 07:23 PM
I'm working on a project written in brazilian portuguese, a language that has accentuation. I need to filter the data of a MultiSelect component ignoring the accentuation of its items. Can I override the filtering method somehow, or do you have an option to do this?

Thanks

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 20 May 2014, 09:57 AM
Hello Luciano,

The easiest way to achieve this would be to use server filtering, as shown in this demo where on the server you can handle the filtering in the way you need it. If you want to use the client filtering side filtering, then you will need to create a custom dataSource, that will inherit from the Kendo UI one and override the filter method, so you will achieve the desired filtering functionality. But you need to keep in mind that we will not be able to assist you with this as it falls outside the scope of the standard support services and the built-in functionality.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
MultiSelect
Asked by
Luciano Kaesemodel
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or