Example of Multiple Selection in Javascript (ES5) Calendar Control

/
/
Multiple Selection

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.

More Details...

June 2025
SuMoTuWeThFrSa
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345


Wed Jun 25 2025 00:00:00 GMT+0000 (Coordinated Universal Time)
Sun Jun 15 2025 00:00:00 GMT+0000 (Coordinated Universal Time)
Tue Jun 10 2025 00:00:00 GMT+0000 (Coordinated Universal Time)
Description

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 date's are selected. More information on the calendar instantiation can be found in this documentation section.