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.
Su | Mo | Tu | We | Th | Fr | Sa |
---|---|---|---|---|---|---|
25 | 26 | 27 | 28 | 29 | 30 | 31 |
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 1 | 2 | 3 | 4 | 5 |
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.