search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Changing week to working week !

Asked by Drizzim
13 years ago.
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.
Comment posted by Dan Letecky
13 years ago.

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 Drizzim
13 years ago.

Tnx a million Dan

Comment posted by Anonymous
13 years ago.

Hi Dan,

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

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.