Ignite UI Combo Box
Combo boxes are a very popular HTML control because they are so versatile. Ignite UI for JavaScript expands on this versatility with its Combo Box component. The Ignite UI for JavaScript Combo Box is a full-featured combo box component that binds to a variety of data sources, including JSON, HTML, XML and .NET collections and provides a robust templating system to get the exact look and feel for your application.
View SampleMulti-Selection & Checkboxes
Most of the time, you want a user to select a single choice when using a Combo Box. But what about when you need to allow multiple selections? Ignite UI for JavaScript has you covered with multi-selection and checkbox options in the Combo Box component.
View SampleMasked Editing
We've all heard the mantra "all data is evil." And validation is a serious concern. One way to help with validation is to ensure that your data is in the correct format. Ignite UI for JavaScript enables you to define edit masks in editable combo boxes, helping you in your data validation efforts.
View SampleAuto Complete and Filtering
While they may not know what it's called, Auto Complete is a key feature that users expect in a combo box, and Ignite UI for JavaScript more than delivers. Ignite UI for JavaScript's filtering options give you the ability to control and tune your sites' Auto Complete experience, enabling you to filter by Starts With, Contains and Case-Sensitive.
Learn MoreLoad on Demand
Ignite UI for JavaScript's Load on Demand feature is great if you have a lot of data in your combo box. Just set your Combo Boxes data source to a URI and tell the component how many to fetch. Ignite UI for JavaScript will handle the rest.
View SampleTemplates
How you present your data is what makes your application memorable. With Ignite UI for JavaScript Combo Box templates, you can create unique ways for your users to interact with your application.
View SampleCascading Combos
Cascading Combo Boxes help your users fill out forms correctly. With Ignite UI for JavaScript Combo Boxes, you get all the API hooks and features you need to set up robust cascading rules quickly and easily.
View Sample