Example of Filtering in ASP.NET Core MultiColumn ComboBox Control
This sample demonstrates the built-in support to filter the datasource when allowFiltering
is enabled in the MultiColumn ComboBox.
DEMO
SOURCE
Properties
In this sample, the employee data is filtered based on Location
column, which illustrates how employee details are filtered dynamically based on typed characters.
The MultiColumn ComboBox
supports filtering, which allows users to search for and select items by typing keywords. The available items are dynamically filtered based on the input, ensuring quick access to the desired data.