After upgrading a web application to use the latest update, the AppointmentTemplate now show the delete cross. This had been disabled and replaced with custom functionality (see below). As a result, this overlaping delete cross makes the custom functionailty inopperable. As soon as I revert the project back to an older version of the Telerik controls, everything works as it it's supposed to.
<AppointmentTemplate> <div class='rsCustomAppointmentContainer <%# Eval("Fullname") %>'> <strong><%# Eval("Fullname")%></strong> <asp:HiddenField ID="hidStatusId" runat="server" Value='<%# Eval("StatusId") %>' /> </div><div style="text-align: right;"><asp:Button runat="server" ID="Button1" CssClass="rsExportButton" ToolTip="Change Status"CommandName="ChangeStatus" OnClientClick="ChangeStatus(this, event); return false;" Style="cursor: pointer;cursor: hand;" /></div> </AppointmentTemplate>