Available in the OSS Version

Combo Box - Overview

The igCombo is a full-featured combo box control.
Start using the control by focusing one of the combo's below.


Filtering Condition of StartsWith and Auto-Complete


Filtering Condition of Contains


Case-Sensitive

This sample is designed for a larger screen size.

On mobile, try rotating your screen, view full size, or email to another device.

The control binds to a variety of data sources including JSON, HTML select, XML and .NET collections. The igCombo includes many features including:

Code View

Copy to Clipboard
<div class="title">Start using the control by focusing one of the combo's below.</div>
    <br /> <br />
    <h3 class="combo-label">Filtering Condition of StartsWith and Auto-Complete</h3>
    <div id="autoCompleteCombo"></div>
    <br />
    <h3 class="combo-label">Filtering Condition of Contains</h3>
    <div id="filterContainsCombo"></div>
    <br />
    <h3 class="combo-label">Case-Sensitive</h3>
    <div id="caseSensitiveCombo"></div>