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

Replace SchedulerDialog with other control

3 Answers 83 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Jakob
Top achievements
Rank 1
Jakob asked on 20 Jul 2011, 09:41 AM
Hi,

Is it posiible to replace a default SchedulerDialog control during Edit with other custom control. By custom I mean not templated, but different control popping-up on edit.

Jakob

3 Answers, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 22 Jul 2011, 03:39 PM
Hi Jakob,

You have 2 options:
1. Either to cancel the AppointmentEditing event
2. Or in the ShowDialog event to cancel the default dialog
After that you will be able to show your own control.

All the best,
Konstantina
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
Barry
Top achievements
Rank 1
answered on 14 Sep 2011, 09:19 PM
How do you cancel the appointment editing event?
0
Yana
Telerik team
answered on 16 Sep 2011, 12:13 PM
Hi Barry,

In order to cancel the AppointmentEditing event, you should set Cancel property of the AppointmentEditingEventArgs to True. Please check here for more information about RadScheduleView events.

Also in this forum thread it's explained how to use ISchedulerDialogHost in order to replace the built-in dialogs.

Hope this helps.

Best wishes,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
ScheduleView
Asked by
Jakob
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Barry
Top achievements
Rank 1
Yana
Telerik team
Share this question
or