This is a migrated thread and some comments may be shown as answers.

Version 2011.2.915.40 changes how the AppointmentTemplate works

3 Answers 108 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
MfE_Developer
Top achievements
Rank 1
MfE_Developer asked on 07 Oct 2011, 12:55 AM

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>

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 11 Oct 2011, 10:37 AM
Hi Mike,

This is actually an improvement with the newer version. You can easiliy workaround it with the following css:
.rsAptDelete
       {
           display:none !important;   
       }


Best wishes, Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Gaurav
Top achievements
Rank 1
answered on 01 Dec 2011, 03:21 PM
Hi Telerik Admin,

I am using Telerik RadSchedular Version 2011.2.915.40.
When i navigate to a future date in Month View i.e. after 20th Feb 2017, then only date header remained visible and Body part gets disappeared.
Please suggest a way out to resolve this issue.
I have attached screenshot of the same for your reference.

Thanks.
0
Peter
Telerik team
answered on 05 Dec 2011, 04:22 PM
Hi Gaurav,

We are not aware of such a problem. Can you test with the current official version from the Q3 2011 release? Can you also try to replicate the problem with any of the online demos?


All the best, Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Scheduler
Asked by
MfE_Developer
Top achievements
Rank 1
Answers by
Peter
Telerik team
Gaurav
Top achievements
Rank 1
Share this question
or