dpScheduler.BusinessBeginsHour = 09;
dpScheduler.BusinessBeginsHour = 17;
dpScheduler.ShowNonBusiness="false";
The control only shows 17:00 and 18:00 hour columns. If I remove the ShowNonBusinessHour all 24 hours are shown and 17:00 and 18:00 column is highlighted.
What am I missing here? Confused :-S