Example of Multi Column in Blazor ComboBox Component
This example demonstrates the Multicolumn ComboBox. Click/focus and type the character in the ComboBox to select an item from the multicolumn data.
The ComboBox has an option to display the data in a multicolumn layout like grid view using the following templates.
- HeaderTemplate - Displays the column names in the grid layout header.
- ItemTemplate - Binds the data value by row wise in table view.
The ComboBox provided the multicolumn style class in the built-in Syncfusion Blazor theme files. You should give the multicolumn root class name e-multi-column
in the CssClass property.