Example of Default Functionalities in ASP.NET MVC MultiColumn ComboBox Control
This sample demonstrates the default functionalities of the MultiColumn ComboBox
.
DEMO
SOURCE
Value | :HR |
Text | :John Smith |
The MultiColumn ComboBox
allows the user to display detailed information about employees in multiple columns. In the above sample, type any character in the MultiColumn ComboBox or click the dropdown icon to choose an employee from the options available in the list. The selected item's Value
and Text
property values will be shown in the property panel.