Example of Custom Filtering in ASP.NET MVC AutoComplete Control

This sample demonstrates the custom filtering functionalities of the AutoComplete. You can choose an item from the suggestion list that filtered items based on approximate string matching technique.

DEMO
SOURCE

The AutoComplete can be customized to showcase the suggestion list by using filtering event. In that, you can use your own libraries to filter the data and update it to AutoComplete suggestion list via updateData method.

In this sample, used Fuse.js library for custom filtering of books data.

For more information about Fuse.js can be found in this reference linkopens in a new tab.

Transform your ASP.NET MVC web apps today with Syncfusion ASP.NET MVC components
85+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE
opens in a new tab