Enable saturday and sunday on ShowNonBusiness=false
Asked by Rajitha
9 years ago.
Hi,
If i set ShowNonBusiness=false Saturday and Sunday are not getting enabled in day-pilot scheduler.
How can i show Saturday and Sunday if i set ShowNonBusiness to false.
Please help me to resolve this issue.
Answer posted by Dan Letecky [DayPilot]
9 years ago.
The latest build (8.3.3548) introduces BusinessWeekends property which you can use to set the behavior (the default value is false):
<DayPilot:DayPilotScheduler
...
BusinessWeekends="true"
/>
You can get the latest build in the sandbox:
http://www.daypilot.org/sandbox/
Comment posted by Rajitha
9 years ago.
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.