Hi,
I have an entry in my Knedo UI comboBox as 'Aré John' While searching, if i use 'are' search is not working. Is there any way to search diacritics in Kendo Ui combo box or any work around to search above criteria. appreciate your help on this
$("#EmpList").kendoComboBox({
placeholder: "search",
dataTextField: "EName",
dataValueField: "EID",
dataSource: mdpList,
filter: "contains",
autoBind: true,
minLength: 2,
highlightFirst: true,
change: onValueChange,
});