I have a milti-selectable RadCalendar that automatically selects a date range, but not certain dates that are in an array. I want to make it if the user selects one of the excluded dates on the calendar it will remove that date from the auto-exclude list. I would prefer everything happen client-side. My biggest problem right now is I can't trigger a javascript on the user clicking a date. I tried using a couple event listeners, but it's not firing.