Telerik UI for ASP.NET MVC MultiSelect Overview
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIThe MultiSelect component is part of Telerik UI for ASP.NET MVC, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Description
The Telerik UI for ASP.NET MVC MultiSelect allows users to select multiple items from a drop-down list of options. The component offers support for local and remote data binding, displaying grouped options, templates for customizing the item's appearance, and options for customizing the component's behavior, such as auto-closing or remaining open after selecting items from the list.
This demo shows how to configure a filterable MultiSelect that binds to remote data and specify a "no data" template that will be displayed if no results are found or the underlying data source is empty.
The ASP.NET MVC MultiSelect control is part of Telerik UI for ASP.NET MVC , a professional-grade UI library with 110+ components for building modern and feature-rich web applications. The MultiSelect is a server-side wrapper for the Kendo UI for jQuery MultiSelect component and comes in the form of an HtmlHelper.
Functionality and Features
- Data binding modes—The MultiSelect provides the AJAX binding, server binding, custom data binding, and model binding modes.
- Appearance and styling—You can use an easier way of modifying the MultiSelect appearance which helps to avoid manually overriding the CSS styles of the component.
- Grouping—You can bind the MultiSelect to a grouped data source.
- Templates—You can define Kendo UI Templates for the items, header, tag, and empty data source MultiSelect elements.
- Tag mode—The MultiSelect provides options for displaying its items as individual (multiple) tags and as a single, summary tag.
- Client and server filtering—You can filter the MultiSelect data both on the client and server side.
- Virtualization—You can use the virtualization feature of the MultiSelect for displaying large data sets.
- Globalization and keyboard navigation—The MultiSelect is accessible for screen readers, supports WAI-ARIA attributes, delivers keyboard shortcuts for faster navigation, and enables you to render it in a right-to-left direction.