Hello.
I'm using ultracomboeditor for bilingual application (En/Fr).
When user is typing "e" only items containing "e" are suggested, but i would like items containing for example "é" to be suggested too.
How can i implement this?
Thank you.
Hello Irina,
Thank you for posting in our forums!
The accented characters are referred to as diacritics. You can enable the characters with them to be suggested by setting the AutoCompleteIgnoreDiacritics property of the UltraComboEditor.
If you have any further questions or concerns with this, please let me know.
Sincerely,Michael H.Software DeveloperInfragistics, Inc.www.infragistics.com/support
Hello Michael.
Thank you for your answer.
But I can't change that property.
I receive a message that 'AutoCompleteIgnoreDiacritics' is not a member of 'ultra combo editor'.
Hi Irina,
The property was introduced in Infragistics 14.1. I recommend upgrading your project to this version or newer of Infragistics to gain this feature.
Hi Michael,
So, there's no other way to fix it, except installation of newer version of Infargistics (14.1) ?
Thanks.
We do not expose any ways to modify the AutoComplete results in a way that would allow you to ignore the diacritics, so upgrading is the only option here.
If you have any further questions or concerns, please let me know.
Hi Michael.
Thank you so much!