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

AJAX RadAutoCompleteBox and Accent

1 Answer 88 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 29 Jul 2016, 02:30 PM

Hello,

I have an Ajax RadAutoCompleteBox and I would like to know if it's possible to filter being accent insensitive.

I saw we can do that in WPF (http://docs.telerik.com/devtools/wpf/controls/radautocompletebox/features/filteringbehavior) but I didn't find anything for the ASP.NET AJAX control.

 

Thanks

1 Answer, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 03 Aug 2016, 08:17 AM
Hello Paul,

You could do that by handling the OnDataSourceSelect server side event of the RadAutoCompleteBox. In its event handler you could manually alter the search text that is being send to the DataSource. 

Regards,
Veselin Tsvetanov
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
AutoCompleteBox
Asked by
Paul
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or