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

recurrencepanel disappeared

7 Answers 77 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Lili
Top achievements
Rank 1
Lili asked on 10 May 2012, 10:09 PM
Hollow, Please help!

When click recurrence checkbox, recurrence Panel is not stable to display.  Please see attached screen. When move mouse around to Save button area, it display again. I even tried to use JQuery toggle function make it work, but it is still same problem. Please help.

Thanks!

7 Answers, 1 is accepted

Sort by
0
Lili
Top achievements
Rank 1
answered on 14 May 2012, 08:02 PM
We are using AdvancedInsertTemplate and AdvanceEditTemplate and version=2011.3.1305.40

Please help, Thanks.

 

0
Plamen
Telerik team
answered on 15 May 2012, 08:13 AM
Hi Lili,

 
I have tested this issue locally by could not observe any unusual behavior. I am attaching my test project so please review it and if you still can't fix it please let us know what else should be added to this project in order to reproduce the same behavior.

Hope this will be helpful.


All the best,
Plamen Zdravkov
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
Lili
Top achievements
Rank 1
answered on 15 May 2012, 04:50 PM
Thank you for replied. Your example recurrence panel works ok. But our recurrence panel still does not stable to display when click recurrence checkbox. It shows short time, then disappeared. I even use script as below, it still doesn't fix. 

 var $block = $telerik.$('#RecurrencePanel');
    $telerik.$('#RecurrentAppointment').on('click', function () {
        $block.stop().slideToggle(1000);
    });
Do you have any idea how I can fix it? Thanks.

 

 

 

 

0
Plamen
Telerik team
answered on 16 May 2012, 04:22 PM
Hello Lili,

 
This is a quite unusual behavior indeed. Would you please let us know what is the difference between your project and the one I attached in the previous post so we can reproduce the issue locally and provide you with the appropriate solution?

If there is huge difference would you please let us know as well if there is any particular reason why you do not use the code the we recommend?

Regards,
Plamen Zdravkov
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
Lili
Top achievements
Rank 1
answered on 21 May 2012, 05:58 AM
Hi Plamen,
You can recreate this problem when you add  <AdvancedInsertTemplate> or  <AdvancedEditTemplate> in RadScheduler like below:

<

telerik:RadScheduler runat="server" ID="RadScheduler1"

 StartInsertingInAdvancedForm="true"

 AdvancedForm-Enabled="true"

 StartEditingInAdvancedForm="true"

 onappointmentupdate="RadScheduler1_AppointmentUpdate"

 onappointmentinsert="RadScheduler1_AppointmentInsert1" onformcreated="RadScheduler1_FormCreated"

Height="600px" Width="800px"

EnableRecurrenceSupport="true" >

 <AdvancedInsertTemplate>

 <asp:Label ID="Label1" runat="server" >Subject: </asp:Label>

 <telerik:RadTextBox ID="idSubject" runat="server" Text='<%#Bind("Subject") %>' /><br />

 <telerik:RadSchedulerRecurrenceEditor ID="RecurrenceEditor1" runat="server">

</telerik:RadSchedulerRecurrenceEditor><br />

<asp:LinkButton ID="lk" runat="server" CommandName="Update" ><br />Save</asp:LinkButton>

</AdvancedInsertTemplate>

  

<AdvancedEditTemplate>

 <asp:Label ID="Label1" runat="server" >Subject: </asp:Label>

 <telerik:RadTextBox ID="idSubject" runat="server" Text='<%#Bind("Subject") %>' /><br />

 <telerik:RadSchedulerRecurrenceEditor ID="RecurrenceEditor1" runat="server">

 </telerik:RadSchedulerRecurrenceEditor><br />

 <asp:LinkButton ID="lk" runat="server" CommandName="Update" >Update</asp:LinkButton>

 </AdvancedEditTemplate>

 </telerik:RadScheduler>

 

  After add  <telerik:RadSchedulerRecurrenceEditor ID="RecurrenceEditor1" runat="server">

    </telerik:RadSchedulerRecurrenceEditor>
 in <AdvancedInsertTemplate> or <AdvancedEditTemplate>, it has the same problem when you insert  or update appointment to select recurrence checkbox. Please try it, you may see what happens and have some ideas.

Thanks!

0
Plamen
Telerik team
answered on 24 May 2012, 07:26 AM
Hi Joe,

 
I have tested the code that you sent us but unfortunately could not observe the unusual behavior once again. Here is a video of my test. If you want to implement a properly working Recurrence editor in the Advanced Form we strongly recommend using an user control and following the code from this demo and keep all the classes set in the AdvancedFormCS.ascx files because they are used in some of the internal functionality of RadScheduler.

Hope this will explain the issue.

All the best,
Plamen Zdravkov
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
Lili
Top achievements
Rank 1
answered on 26 May 2012, 10:14 AM
Thanks.
Tags
General Discussions
Asked by
Lili
Top achievements
Rank 1
Answers by
Lili
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or