Posted 22 August 2023, 11:27 am EST
Hi.
I want to multi dates without range in C1Calendar.
For example, ‘9/2’, ‘9/20’, ‘9/27’ in September dialog of C1Calendar.
Is It possible?
Forums Home / ComponentOne / WinUI Edition
Posted by: munemoto on 22 August 2023, 11:27 am EST
Posted 22 August 2023, 11:27 am EST
Hi.
I want to multi dates without range in C1Calendar.
For example, ‘9/2’, ‘9/20’, ‘9/27’ in September dialog of C1Calendar.
Is It possible?
Posted 23 August 2023, 1:39 am EST - Updated 23 August 2023, 1:44 am EST
Hi,
Thanks for reaching out to us with your query.
You can achieve this requirement by setting SelectionMode as Multiple.(see below code snippet)
calendar.SelectionMode = SelectionMode.Multiple;
Here’s the gif for the same:
Please refer the attached sample for full implementation: CalendarSelection.zip
Best Regards,
Nitin