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

Context Menu and AppointmentEditDialogShowing

1 Answer 74 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Lawrence
Top achievements
Rank 1
Lawrence asked on 11 Sep 2017, 12:53 PM
So, I created my own Context menu, which works fine, Now i want to call the "AppointmentEditDialog" from it and still have it pass the selected appointment info to edit.  

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimitar
Telerik team
answered on 12 Sep 2017, 07:39 AM
Hello Lawrence,

There  is a method which you can use for this:
this.radScheduler1.ShowAppointmentEditDialog(radScheduler1.SelectionBehavior.SelectedAppointment, false);

I hope this will be useful. Let me know if you have additional questions.

Regards,
Dimitar
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Scheduler and Reminder
Asked by
Lawrence
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or