Example of Multi Column in ASP.NET Core ComboBox Control
This sample demonstrates the Multicolumn ComboBox. Click/focus and type the character in the ComboBox to select an item from the multicolumn data.
DEMO
SOURCE
The ComboBox has an option to display the data in a multicolumn layout using the following templates.
- Header Template : Displays the column names in the grid layout header.
- Item Template : Binds the data value by row wise.