ASP.NET ComboBox - Grid-Like Multi-Columns with Header and Footer



The items of the ComboBox can be displayed in a grid-like structure. By using item templates,
you can display as many columns of data as you wish. A header and a footer can also be displayed,
to make the list with items look even more like a grid view.

You can display any data field in the item template, by using the Eval method.

When using this approach to display items, your end users will still benefit from the other features of the ComboBox:
autocomplete, load on demand, virtual scrolling, filtering, etc.



« Back to examples