Example of Multi Selection in ASP.NET MVC 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
isMultiSelection
and
values
properties. Here 10, 15 and 25 dates are selected.
More information on the calendar instantiation can be found in this documentation section opens in a new tab.