Home Unanswered Active Tags New Question

No weekends on Schedular, Month view

Would it be possible to not display weekends in the schedular and if possible the Month view? The weekendss could be a smaller empty colomn to visualize the new week but that isn't necessary Or make it easy to Never be able to drag something in them or make an event in a weekend. Thanks
Asked by Lauwens 3 years ago.
Replies
I plan to allow hiding the weekends in DayPilotMonth but I don't have any specific date yet.

If you want to forbid moving events to weekends you should check it in the server-side event handler (see also http://forums.daypilot.org/Topic.aspx/333/disabling_the_click_event_for_creating_new_events - that's an example for creating a new event but the mechanism is the same).
Comment posted by Dan Letecky 3 years ago.

In the Scheduler control, it's possible to hide weekends using ShowNonBusiness="false":

http://www.daypilot.org/scheduler-hiding-non-business-hours.html

In the Month control, it's possible to use ShowWeekend="false":

http://www.daypilot.org/daypilotmonth-hiding-weekends-5-day-work-week.html

Answer posted by Dan Letecky [DayPilot] 7 months ago.
New Reply
This reply is
Your name (optional):

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