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

DayBeginsHour and DayEndsHour for Scheduler

Asked by Naush
11 years ago.

Hi Dan,

Is there a feature/properties DayBeginsHour and DayEndsHour for Scheduler control in it's Day View (CellGroupBy="Hour" ) to restrict the hours from being shown ? Any workaround?

Answer posted by Richard
11 years ago.

You can hide non-business hours quite easily:
http://www.daypilot.org/demo/Scheduler/HideNonBusiness.aspx

Alternatively, you can handle the BeforeTimeHeaderRender event and set e.Visible based on the value of the e.Start.Hour and e.IsColGroup properties.

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