• Material 3
  • Material 3 Dark
  • 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 Selection Limit in ASP.NET MVC MultiSelect Dropdown Control

This sample demonstrates the maximum selection limit functionalities with checkbox of the MultiSelect. MultiSelect value can set restrictions based on the maximum selection length that can be selected.

DEMO
SOURCE

CheckBox

Selection Limit

The MultiSelect has built-in support to limit the value selected in Multiselect component. When the maximumSelectionLength property is set as 3, maximum of only 3 value will be selected in the MultiSelect.

The selection limit sample illustrates using the countries data.