• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Multiple Selection in ASP.NET MVC Dropdown Tree Control

This sample explains you about the multiple item selection functionalities of the Dropdown Tree. To select multiple items, you may press and hold the CTRL key and then select the desired items; or select any item by selecting it and then press and hold the SHIFT key to select a range of items continuously.

DEMO
SOURCE

The Dropdown Tree control allows you to select multiple items by enabling the AllowMultiSelection property.

In this demo, the Dropdown Tree is enabled with multiple selection.