Hide weekends when showing more than 5 days in calendar Asked by Viktor16 years ago. 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. asp.netfeature
Comment posted by Dan Letecky16 years ago. 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