Hi;
I am trying to create a custom scheduler modules for our application, I only want to user the RadSchedulerRecurrenceEditor as you can see in the following code snippet and the image provided. I need to make sure that the Recurrence check box is always checked and its visibility is set to hidden, however I have not been able to come up with a solution to this issue yet. Would you please help me with this issue as I need to get started on this development soon.
Thanks;
I am trying to create a custom scheduler modules for our application, I only want to user the RadSchedulerRecurrenceEditor as you can see in the following code snippet and the image provided. I need to make sure that the Recurrence check box is always checked and its visibility is set to hidden, however I have not been able to come up with a solution to this issue yet. Would you please help me with this issue as I need to get started on this development soon.
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %><asp:Panel ID="pnlDefaultButtonSupport" runat="server" DefaultButton="btnOk"><fieldset class="noborder" style="width: 780px;"> <telerik:RadSchedulerRecurrenceEditor runat="server" ID="rscr"> </telerik:RadSchedulerRecurrenceEditor> </fieldset><div class="ActionContainerNoBottom" style="width: 780px"> <asp:Button ID="btnOk" runat="server" Text="Save" SkinID="CommandButton"/> <asp:Button ID="btnClose" runat="server" Text="Close" PostBackUrl="javascript:GetRadWindow().close();" SkinID="CommandButton" CausesValidation="false"/></div></asp:Panel>Thanks;