We are currently updating to the latest version (7.7) from 7.6. After implementing the updated .dll in the test environment, the resource trees will no longer expand. The + sign is showing, but nothing happens when it's clicked. I've compared my code to the demo version, and there doesn't seem to be anything I can point to as the cause of this. Could you please advise what change(s) I need to make to my code to make this work again?
Thanks.
Here is my code, please advise if you require anything more.
<DayPilot:DayPilotScheduler
ID="DayPilotScheduler1"
runat="server"
DataStartField="LeaveDate"
DataEndField="EndDate"
DataTextField="Status"
DataValueField="ReportUserID"
DataResourceField="ReportUserID"
DataTagFields="LeaveRequestNumber, LeaveRequestLine, LeaveType, LeaveDuration,
ReportFullName, Status, CurrentEntitlement, Taken, PriorYearCarryOver, Available"
HeaderFontSize="10pt"
HeaderHeight="18"
EventHeight="30"
EventFontSize="11px"
Width="100%"
RowHeaderWidth="180"
CellDuration="1440"
CellGroupBy="Month"
CellWidth="30"
ContextMenuID="ApprovalMenu"
ContextMenuResourceID="DayPilotMenuRes"
BusinessBeginsHour="5"
BusinessEndsHour="24"
UseEventBoxes="Always"
EnableViewState="false"
ScrollLabelsVisible="true"
BubbleID="DayPilotBubble1"
ShowToolTip="true"
HeightSpec="Max"
Height="500"
TreeEnabled="true"
TreeIndent="15"
BorderColor="#b2b2b2"
xResourceBubbleID="DayPilotBubble1"
Theme="scheduler_transparent"
CssOnly="true"
HourNameBackColor="#F0F0F0"
ResourceExpandHandling="CallBack"
OnResourceExpand="DayPilotScheduler1_OnResourceExpand"
ResourceHeaderClickHandling="JavaScript"
OnBeforeResHeaderRender="DayPilotScheduler1_BeforeResHeaderRender"
ResourceHeaderClickJavaScript="headerClick(resource)"
ContextMenuSelectionID="DayPilotMenuSelection"
SyncResourceTree="true"
DragOutAllowed="true"
MoveBy="Top"
TimeRangeDoubleClickHandling="JavaScript"
DurationBarVisible="true"
DynamicEventRendering="Disabled"
OnBeforeEventRender="DayPilotScheduler1_BeforeEventRender"
OnBeforeCellRender="DayPilotScheduler1_BeforeCellRender"
EventClickHandling="ContextMenu"
OnEventClick="DayPilotScheduler1_EventClick"
OnEventMenuClick="DayPilotScheduler1_EventMenuClick"
AutoRefreshEnabled="true"
EventRightClickHandling="JavaScript"
EventRightClickJavaScript=""
ClientObjectName="dps1">