The Combo Box features enhanced support for the MVVM data pattern via the KnockoutJS library.
View Sample
Enable and configure the Combo Box load on demand, paging, and filtering functionality.
View Sample
You can easily set up "parent-child" relationships between any number of Combo Box controls on your page when you have relational or hierarchical data. This simplifies the amount of code you need to write to drop down the correct data in a child combo when a selection is made on the parent.
View Sample
As the user types, the Combo's auto-suggest picks up the entered text and displays a list of suggested values.
View Sample
The Combo Box can be used as a single selection or a multi-select drop down list, using checkboxes via both keyboard and mouse.
View Sample
As the user enters value in the edit box, the Combo Box also highlights the text within the suggested list items.
View Sample
Customize every item in the drop down list by using templates.
View Sample