Home Unanswered Active Tags New Question

Changing week to working week !

How can i change the calendar week to disable information been entered in on the weekends.
I dont want to let people enter data to saturday + sunday.
Asked by Drizzim 1 year ago.
Replies

In the Calendar control, you can hide the weekend using Days=5 (assuming that StartDate is the first day of week).

In the Scheduler control, you can hide the weekend using ShowNonBusiness=false.

In the Month control you can hide the weekedn using ShowWeekend=false.

You can also deny the move/resize/create operation in the respective event handler (e.g. EventMove, EventResize, TimeRangeSelected).

Comment posted by Dan Letecky 1 year ago.

Tnx a million Dan

Comment posted by Drizzim 1 year ago.

Hi Dan,

How can i for every week just show the working days (i.e. monday to Friday only for every week)

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

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