Telerik UI for JSP ComboBox Overview

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
index.jsp
IndexController.java

Also available for:

API REFERENCE

Description

The jQuery ComboBox allows you to display a single selection from a list of choices, and provides virtualization and customization through templates.

In this demo, you can see the ComboBox created from a select element, bound to a local dataSource and filtering enabled. The demo also demonstrates the noDataTemplate configuration option.

The Kendo UI for jQuery ComboBox control is part of Kendo UI for jQuery, a comprehensive, professional-grade UI library for building modern and feature-rich applications. The Kendo UI for jQuery collection provides 110+ UI components, an abundance of data-visualization gadgets, client-side data source, and a built-in MVVM (Model-View-ViewModel) library.

This ComboBox example is part of a unique collection of hundreds of jQuery demos, with which you can see all Kendo UI for jQuery components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Kendo UI for jQuery Dojo or ThemeBuilder.

Functionality and Features

  • Data binding–Allows you to bind the ComboBox DataSource either to local arrays of data or to remote data.
  • Grouping–The ComboBox grouping functionality enables you to display data items that are categorized by a specific model field.
  • Server filtering–You can control the filtering functionality of the ComboBox and filter the data on the server.
  • Virtualization–The virtualization functionality improves performance when large data is loaded in the ComboBox. It uses a fixed amount of list items in the popup list regardless of the dataset size.
  • Templates–The ComboBox templates allow you to customize the rendering of items, selected values, and popup headers
  • Cascading–The cascading functionality provides the ability to configure series of ComboBox where the items loaded in each ComboBox components depends on the selection in the previous ComboBox.
  • Accessibility–The ComboBox is accessible for screen readers, supports WAI-ARIA attributes, and delivers keyboard shortcuts for faster navigation.

Support & Learning Resources

Additional Resources