Home Unanswered Active Tags New Question

Hide weekends when showing more than 5 days in calendar

I would like to hide the weekends so it only shows mon-fri-mon-fri-mon-fri and so on.

I think this is already supported in the scheduler but it would be nice to see it in the calendar view as well.

Asked by Viktor 1 year ago.
Replies

In the Calendar, you will have to switch to manual column rendering (ViewType=Resources) and generate the column list manually (Columns collection, remember to set the correct Date for each Column).

The closest example would probably be this one:

www.daypilot.org/demo/Calendar/DaysResourcesView.aspx

Comment posted by Dan Letecky 1 year ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java