This is how my control looks
<DayPilot:DayPilotScheduler ID="DayPilotScheduler1" runat="server" Enabled="false"
HeaderFontSize="6pt"
HeaderHeight="30"
DataStartField="start"
DataEndField="end"
DataTextField="name"
DataValueField="id"
DataResourceField="resource"
DataTagFields="id, name"
Width="100%"
RowHeaderWidth="120"
EventFontSize="11px"
Days="1"
BubbleID="DayPilotBubble1"
ToolTip="false"
OnBeforeEventRender="DayPilotScheduler1_BeforeEventRender"
OnEventClick="DayPilotScheduler1_EventClick"
EventClickHandling="PostBack"
Scale="Hour"
BusinessBeginsHour="0"
BusinessEndsHour="24"
CellWidth="100">
<TimeHeaders>
<DayPilot:TimeHeader GroupBy="Hour" />
</TimeHeaders>
</DayPilot:DayPilotScheduler>
but only when i set ShowBuisnessHours="false" it throws error index out of bounds for parameter index has anyone faced same problem