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

Recurrence options not showing up in pop-up editor

3 Answers 179 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Scott Hodson
Top achievements
Rank 1
Scott Hodson asked on 14 Jul 2011, 12:56 AM
In my Scheduler when I dbl-click on the scheduler to schedule a new appt, click on "Options", I don't see any of the advanced options such as recurrence there.  How do I get these to show up?

Here's a screenshot of what I see.

Here's my control in my .ASPX page

<telerik:RadScheduler ID="rscSchedule" runat="server" 
    DataKeyField="Appointment_ID"
    DataEndField="EndTime" 
    DataStartField="StartTime" 
    DataSubjectField="Subject" 
    AllowInsert="true" 
    AllowDelete="true" 
    AllowEdit="true"
    DayStartTime="05:00:00" 
    DayEndTime="19:00:00" 
    FirstDayOfWeek="Monday"
    LastDayOfWeek="Friday"
    MinutesPerRow="15" 
    ShowViewTabs="true" 
    ShowFooter="false"
    WorkDayStartTime="05:00:00" 
    WorkDayEndTime="19:00:00"
    EnableDescriptionField="true"
AppointmentStyleMode="Default"
    Width="900"
    Height="700"
    GroupBy="Nurses" 
    OnAppointmentInsert="rscSchedule_Insert"
    OnAppointmentDelete="rscSchedule_Delete" 
    OnAppointmentUpdate="rscSchedule_Update"
    OnAppointmentClick="rscSchedule_Click" 
    OnAppointmentDataBound="rscSchedule_AppointmentDataBound" 
    OnNavigationComplete="rscSchedule_NavigationComplete">
<AdvancedForm Enabled="true" EnableCustomAttributeEditing="false" EnableResourceEditing="false" Modal="true" />
<TimelineView UserSelectable="false" />
<ResourceTypes>
    <telerik:ResourceType Name="Nurses" KeyField="Staff_ID" TextField="FullNameUpperCase" ForeignKeyField="Staff_ID" />
</ResourceTypes>
<TimeSlotContextMenuSettings EnableDefault="true" />
<AppointmentContextMenuSettings EnableDefault="true" /> 
</telerik:RadScheduler>

3 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 14 Jul 2011, 08:15 AM
Hi Scott Hodson,

Thank you for the provided info as well as the screenshot.

In order to display the "recurrence checkbox" you need to set the DataRecurrenceRule and DataRecurrenceParentID fields. Please take a look at this help article for more info.

Kind regards,
Veronica Milcheva
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Scott Hodson
Top achievements
Rank 1
answered on 18 Jul 2011, 11:19 PM
If I'm creating a new Appointment, what do I set the  DataRecurrenceRule andDataRecurrenceParentID fields to in order to get those options to show up?  The article you referenced just shows a DB schema for storing appointments.
0
Scott Hodson
Top achievements
Rank 1
answered on 18 Jul 2011, 11:50 PM
OK I see, I need to set those properties in the control top map to my recurrence and parent ID fields in my schema in order to enable recurrence features.
Tags
Scheduler
Asked by
Scott Hodson
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Scott Hodson
Top achievements
Rank 1
Share this question
or