Hello,
I have a problem with the calendar component.
I use a calendar month on which I put selected dates porgrammaticaly with
a special function using the method : cal.selecteddates.add(...). On the
aspx page, I have set these attributes for asp:calendar :
SelectionMode="DayWeekMonth"
OnSelectionChanged="Selection_Change"
My problem is :
When there's only one selected date for the month, a click on this date
doesn't raise an event and doesn't call the Selection_Change function.
When I had another date, this work.
How can I solve my problem ?
Thanks.