same problem if i put ShowNonBusiness to true. below is my scheduler configuration
<DayPilot:DayPilotScheduler ID="DS"
runat="server"
ClientObjectName="dps1"
Width="100%"
HeightSpec="Fixed"
Height="700"
EventHeight="30"
EventFontSize="11px"
CellDuration="30"
CellGroupBy="Day"
CellWidth="30"
RowHeaderWidthAutoFit="false"
HeaderHeight="20"
HeaderFontSize="8px"
DataStartField="start"
DataEndField="end"
DataTextField="InfoPreview"
DataValueField="id"
DataResourceField="PlantBayId"
DataTagFields="id, name"
ScrollLabelsVisible="false"
EnableViewState="false"
FloatingEvents="false"
BusinessBeginsHour="6"
BusinessEndsHour="22"
ShowNonBusiness="true"
UseEventBoxes="Never"
DynamicLoading="false"
DynamicEventRendering="Disabled"
ProgressiveRowRendering="true"
ProgressiveRowRenderingPreload="30"
ContextMenuID="DayPilotMenuEvents"
ContextMenuSelectionID="DayPilotMenuSelection"
ContextMenuResourceID="DayPilotMenuResources"
OnCommand="OnCommand"
OnBeforeEventRender="OnBeforeEventRender"
OnBeforeTimeHeaderRender="OnBeforeTimeHeaderRender"
OnBeforeCellRender="OnBeforeCellRender"
>
<Resources>
</Resources>
</DayPilot:DayPilotScheduler>