I want to select multi dates in C1Calendar

Posted by: munemoto on 22 August 2023, 2:27 am EST

  • Posted 22 August 2023, 2: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 22 August 2023, 4:39 pm EST - Updated 22 August 2023, 4:44 pm 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

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels