dear,
how can i remove selected specialdays in radcalendar?
i can't find the solution.
and other question is:
When i try with a "for" function remove all Specialdays, then it removes not all specialdays.
(specialday range from 10.10.2012 - 20.10.2012, only remove the following Days: 10,12,14,16,18,20.. between this days it does not remove the specialdays.)
how can i remove selected specialdays in radcalendar?
i can't find the solution.
and other question is:
When i try with a "for" function remove all Specialdays, then it removes not all specialdays.
(specialday range from 10.10.2012 - 20.10.2012, only remove the following Days: 10,12,14,16,18,20.. between this days it does not remove the specialdays.)
for (int i = 0; i < radCalendar1.SpecialDays.Count; i++) { radCalendar1.SpecialDays.Remove(radCalendar1.SpecialDays[i]); }
Thank you...
PS: sorry for my english, i hope is enough to find the solution....:-)