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

Redraw/refresh RadCalendar?

4 Answers 225 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Zeeshan
Top achievements
Rank 1
Zeeshan asked on 14 Feb 2012, 08:44 PM
How to force calendar control to refresh/redraw itself?

4 Answers, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 15 Feb 2012, 08:43 AM
Hello,

What do you want to achieve with this?

Basically forcing navigation to a different month will trigger redraw. Redraw will also be triggered if you remove and add it to the visual tree.

But to be more explicit in our answer we need to know what you are trying to achieve.

Regards,
Valentin.Stoychev
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Michael
Top achievements
Rank 1
answered on 09 Oct 2012, 07:05 PM
Is there another way to refresh the calendar?   My situation is that I have panorama control with a list of people on one panel and the calendar on another.  The calendar displays info about the people.  The user has the ability delete a person, and thus the calendar would have to be updated accordingly.  How can I perform a manual refresh of the data displayed on the Calendar Control?
0
vzaytzev
Top achievements
Rank 1
answered on 10 Oct 2012, 05:00 PM
You can assing new value to the calendar's AppointmentSource property:

calendar.AppointmentSource = new MyAppointmentSource();


0
Michael
Top achievements
Rank 1
answered on 10 Oct 2012, 06:00 PM
Thanks.  Worked fine. Didn't think it would be that easy.
Tags
Calendar
Asked by
Zeeshan
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
Michael
Top achievements
Rank 1
vzaytzev
Top achievements
Rank 1
Share this question
or