For grid 3.5, the calendar widget, I disable all the days but Monday. However, if the Monday is a holiday, I want to enable only that Tuesday after the holiday.
myCalendar.disableDays[“week”, [2,3,4,5,6,7]);
So, if 5/25/2026 is a holiday and I want to re-enable only Tuesday 5/26/2026.
How do I do that?
Regards and Thanks,
Rich Herring