Telerik UI for JSP MultiColumnComboBox Overview

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

Also available for:

API REFERENCE

Description

The Kendo UI for jQuery MultiColumnComboBox allows you to display a single selection from a list of choices displayed in a grid-like table, and provides virtualization and customization through templates.

In this demo, you can see the MultiColumnComboBox in a basic scenario created from a select element and displaying a list of items.

The Kendo UI for jQuery MultiColumnComboBox 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 MultiColumnComboBox 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–The MultiColumnComboBox allows you to bind its DataSource either to local arrays of data or to remote data.
  • Grouping–The MultiColumnComboBox grouping functionality enables you to display data items that are categorized by a specific model field.
  • Filtering–You can set the fields against which the component data will be filtered.
  • Virtualization–The virtualization functionality improves performance when large data is loaded in the MultiColumnComboBox. The feature uses a fixed amount of list items in the popup list regardless of the dataset size.
  • Templates–The MultiColumnComboBox templates allow you to customize the rendering of columns and popup header and footer.
  • Cascading–The cascading functionality provides the ability to configure series of MultiColumnComboBox where the items loaded in each MultiColumnComboBox component depends on the selection in the previous MultiColumnComboBox.
  • Accessibility–The MultiColumnComboBox is accessible for screen readers, supports WAI-ARIA attributes, and delivers keyboard shortcuts for faster navigation.

Support & Learning Resources

Additional Resources