Example of Default Functionalities in ASP.NET Core MultiColumn ComboBox Control
This sample demonstrates the default functionalities of the MultiColumn ComboBox. The MultiColumn ComboBox
component allows the user to select an employee from a list while displaying multiple columns of data simultaneously.
DEMO
SOURCE
Value | : |
Text | : |
In the above sample, type any character in the MultiColumn ComboBox element or click the dropdown icon to choose an employee from the options
list. The selected item's value
and text
property values will be shown in the property panel.