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
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 >>