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

Calling recurrence dialog

1 Answer 73 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Jeffrey
Top achievements
Rank 1
Jeffrey asked on 18 May 2011, 11:16 AM
Hello,

I made a custom appointment dialog. Now I want to call from this dialog the recurrence dialog, but I don't find how to do it.
In the scheduler-section I saw a thread of someone who wanted the same thing, but in the Scheduler-control.

http://www.telerik.com/community/forums/silverlight/scheduler/calling-recurrence-dialog.aspx

Is this already possible in the ScheduleView-control?

Thanks in advance for a quick response!

Best regards,
Jeffrey

1 Answer, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 20 May 2011, 01:15 PM
Hello Jeffrey,

Showing the Recurrence dialog should be fairly easy if you have followed the instructions for replacing the dialogs from the blog post below:
http://blogs.telerik.com/miroslavnedyalkov/posts/10-11-25/how_to_create_custom_appointments_and_custom_appointment_dialog_in_telerik_scheduleview.aspx

You just need to add a Button (or other control that has a Command property) with the following command:
<Button Command="telerik:RadScheduleViewCommands.EditRecurrenceRule" Content="Edit recurrence" />


Greetings,
Valeri Hristov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ScheduleView
Asked by
Jeffrey
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Share this question
or