<<
Hide particulars days' demo
>>
Show source code for this site
This demo shows how to hide particular days from the calendar. For this propose you can use property that allows you to select Sundays or weekends to be hidden.
DailyCalendar.HiddenDays:
None
Sunday
Weekend
Another way to archive this propose is
DailyCalendar.TestDayVisible
server event in which allows you to create algorithm checking day visibility.
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Sunday
If you would look into a
source code
for this demo, click on the link.
For demonstration purposes all appointments displayed on a calendar are stored in ASP.NET session objects, so original values are restored immediately after a new session object is created.
A list of appointments and resources is intialized every time a new session is started.