This is a migrated thread and some comments may be shown as answers.

RadCalendarDay to recurr every other week

1 Answer 28 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Johan Olofsson
Top achievements
Rank 1
Johan Olofsson asked on 26 Sep 2008, 01:05 PM
I am trying to make a specialday to recurr every other week. How can I accomplish this programatically?

What I have so far is:

        RadCalendarDay day = new RadCalendarDay(); 
        day.Date = Convert.ToDateTime("2008-09-26"); 
        day.Repeatable = Telerik.Web.UI.Calendar.RecurringEvents.Week; 
        RadCalendar1.SpecialDays.Add(day); 

1 Answer, 1 is accepted

Sort by
0
Missing User
answered on 29 Sep 2008, 03:41 PM
Hello Johan,

Please find attached a sample web application that demonstrates the needed approach.



Kind regards,
Plamen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Calendar
Asked by
Johan Olofsson
Top achievements
Rank 1
Answers by
Missing User
Share this question
or