AJAX Calendar/Scheduling Controls
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.
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).
Tnx a million Dan
Hi Dan,
How can i for every week just show the working days (i.e. monday to Friday only for every week)
DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java