• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Filtering in ASP.NET Core MultiSelect Dropdown Control

This sample demonstrates the filtering functionalities of the MultiSelect. Type a character in the MultiSelect element and choose one or more items from the filtered list.

DEMO
SOURCE

Filtering

The MultiSelect has built-in support to filter the data source when allowFiltering is enabled. It performs when characters are typed in the component. In filtering event, you can filter down the data source and return the resulted data to MultiSelect via updateData method to display its list items.

This sample illustrates that, query the data source and pass the resulted data to MultiSelect through the updateData method in filtering event.

More information on the filtering feature configuration can be found in the documentation section.