ASP.NET ComboBox - ComboBox Mode

ComboBox:
  ComboBox with Multi-Item Selection:
  ComboBox with Load on Demand & Virtual Scrolling:


The ComboBox can work in two modes, which can be configured using the Mode property.
  • ComboBox - this is the default mode; only the input field is initially visible,
    and the end users have the ability to open the drop down menu with items by clicking
    on the arrow button on the right side of the input field.
  • TextBox - works similar to the ComboBox mode, but it doesn't render the arrow button
    for opening the drop down menu with items.



« Back to examples