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

Example of Multiple Selection in ASP.NET Core Calendar Control

The following sample demonstrates the multiple date selection functionalities of the Calendar. Click/Touch the desired date from the Calendar and the selected date will be added to the values property of the calendar.

DEMO
SOURCE

Multi selection sample demonstrates, how to enable and select the multiple date in a calendar by using the isMultiSelection and values properties. Here, 10, 15 and 25 date's are selected.

More information on the calendar multi selection can be found in this documentation section .