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.
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/
Thank You.