• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Template in ASP.NET MVC ComboBox Control

This sample demonstrates the template functionalities of the ComboBox. Type a character in the ComboBox element or click on the drodown icon to choose an item from the customized list.

DEMO
SOURCE

The ComboBox has been provided with several options to customize each list items, group title, header and footer elements.

This sample uses the following list of templates in ComboBox

  • ItemTemplate - To customize the list item's content.
  • HeaderTemplate - To customize the header element.

More information on the template feature configuration can be found in the documentation section.