Hi Dan,
Full version is: DayPilotPro: 8.0.5793.0, and config is:
new DayPilotSchedulerConfig
{
AfterRenderJavaScript = "afterRenderData(data, isCallBack)",
DynamicLoading = false,
EventHeight = 20,
ShowNonBusiness = true,
DurationBarVisible = false,
BackendUrl = "Daypilot/Backend",
EventBubble = "bubble",
ContextMenu = "dpmenu",
TreeEnabled = false,
WeekStarts = DayPilot.Web.Mvc.Enums.WeekStarts.Monday,
Width = "850",
CssOnly = true,
DynamicEventRendering = DayPilot.Web.Mvc.Enums.Scheduler.DynamicEventRenderingType.Disabled,
Theme = "scheduler_blue",
StartDate = DateTime.Now.AddDays(-14),
CellWidth = CellWidth,
CellDuration = 1440,
CellGroupBy = DayPilot.Web.Mvc.Enums.GroupBy.Month,
Days = 90,
AutoScroll = DayPilot.Web.Mvc.Enums.Scheduler.AutoScrollType.Disabled,
ViewType = DayPilot.Web.Mvc.Enums.Scheduler.ViewType.Resources,
Layout = DayPilot.Web.Mvc.Enums.Scheduler.LayoutType.Auto,
EventMoveHandling = EventMoveHandlingType.JavaScript,
EventMoveJavaScript = "customMove(e, newStart, newEnd, newResource)",
EventResizeHandling = EventResizeHandlingType.JavaScript,
EventResizeJavaScript = "customResize(e, newStart, newEnd)",
TimeFormat = DayPilot.Web.Mvc.Enums.TimeFormat.Clock24Hours,
LoadingLabelText = Resources.Loading,
Resources = model.Resources,
UseEventBoxes = DayPilot.Web.Mvc.Enums.Scheduler.UseEventBoxesType.Never,
EventClickHandling = EventClickHandlingType.JavaScript,
EventClickJavaScript = "showItem(e.value())",
TimeRangeSelectedHandling = TimeRangeSelectedHandlingType.JavaScript,
TimeRangeSelectedJavaScript = "timeRangeSelected(start, end, resource)",
CrosshairColor = "#727272",
Crosshair = DayPilot.Web.Mvc.Enums.Scheduler.CrosshairType.Full
}