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

EditAppointmentDialogs for New/Edit

1 Answer 34 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 03 Apr 2013, 02:41 PM
Is it possible to have different Appointment dialogs for Creating and Editing appointments?

I have fields that I only want visible for the Creation and there are other fields for edit. I disabled these in each view but I do not like the way it looks. I'd much rather just get rid of them and only have them available for the appropriate view (Create/Edit).

1 Answer, 1 is accepted

Sort by
0
Accepted
Konstantina
Telerik team
answered on 08 Apr 2013, 02:57 PM
Hi Tim,

You could always cancel the showing of the dialog, in the ShowDialog event and show your own custom one. Or you could change the dialog completely as explained in this help article: http://www.telerik.com/help/silverlight/radscheduleview-features-customizing-dialog-windows.html.
However, making the difference between the editing of the appointment and the creation might not be as straightforward. You can set a flag in the AppointmentEditing event and check it in the ShowDialog event and then set the appropriate dialog to show.

Hope this information helps.

Kind regards,
Konstantina
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

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