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

Hide all appointments in MonthView

2 Answers 78 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
jeya
Top achievements
Rank 1
jeya asked on 22 Aug 2011, 06:25 AM
Hi Telerik,

I want to hide all the appointments in RadScheduleView Month View. How to do this?
It also should be fine if appointments are not loaded in RadScheduleView Monthview at all.

2 Answers, 1 is accepted

Sort by
0
Accepted
Valeri Hristov
Telerik team
answered on 22 Aug 2011, 08:17 AM
Hello Jeya,

To determine which appointments should be visible in RadScheduleView you should use the AppointmentFilter property on the MonthViewDefinition. For your case, the following func will not load any appointments:

monthView.AppointmentFilter = a => false;

Kind regards,
Valeri Hristov
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
jeya
Top achievements
Rank 1
answered on 23 Aug 2011, 05:55 AM
Hi Valeri Hristov,
       Thank you very much for the help..This is what I was expecting

Regards,
Jeyakumar
Tags
ScheduleView
Asked by
jeya
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
jeya
Top achievements
Rank 1
Share this question
or