Skip to main content Skip to footer
ASP.NET UI Controls

AutoComplete ComboBox Controls for ASP.NET MVC

With the MVC ComboBox and AutoComplete controls, you can filter a list of items as you type and select a value directly from a drop-down.

  • Get text suggestions in a drop-down list
  • Get automatic text completion and selection as you type
  • Highlight text matches
  • Apply formatting and grouping
Download Free Trial

Why Choose AutoComplete ComboBox for ASP.NET MVC?

Quickly Style Apps

Improve Input Efficiency

With auto-complete and auto-suggest features, your users will thank you for making their lives easier.

Quickly Find Options

With filtering and highlighting features, users can quickly find and select an option from a large list of values.

Designer

Create Custom Dropdowns

With our ASP.NET MVC ComboBox controls you can customize the drop-down with images, grouping and more.

ASP.NET AutoComplete ComboBox Key Features

Automatic Completion and Selection As You Type

The MVC ComboBox is very similar to the AutoComplete control. Instead of providing a list of suggestions as you type, the ComboBox will automatically complete and select the entry you type, supporting case-sensitive and insensitive searching. Select values by choosing them from a list with autocompletion.

Suggest Text in a Drop-Down List

The MVC AutoComplete control shows suggested text for a field in a drop-down list by retrieving data from the server. This list is filtered as the user types making it easier to work with large lists.

Highlight Search Results

The ASP.NET MVC AutoComplete offers several properties for altering its behavior, like the CSSMatch property. With the CSSMatch property, you can specify the CSS class that is used to highlight the parts of the content that match your search terms.

Standard MVC Data Binding

You can populate ComboBox and AutoComplete with data from arrays or dynamic lists. The AutoComplete controls can show string values from a list or display values through sophisticated binding by mapping the DisplayMemberPath and SelectedValuePath to object properties.

Format and Group Items

The ASP.NET MVC ComboBox control allows you to easily format items through a template and display custom content in the control's drop-down list. You can also apply grouping to the items within the drop-down list.