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

Opening the DialogWindow to edit without double clicking or raising double click event for RadScheduler

1 Answer 26 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Davut
Top achievements
Rank 1
Davut asked on 19 Mar 2015, 02:20 PM
Hi,
I would like to open Scheduler editing window by code. I can raise AppointmentEditingEvent by setting appointment object as follows.  But this doesn't trigger opening the dialog. I think it's being called innerly. Is there any workaround for this ? My goal is putting "edit appointment" option to context menu.

radScheduler.RaiseEvent(new Telerik.Windows.Controls.AppointmentEditingEventArgs(Telerik.Windows.Controls.RadScheduler.AppointmentEditingEvent,radScheduler, CurrentAppointment));

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Accepted
Kalin
Telerik team
answered on 20 Mar 2015, 04:47 PM
Hi Davut,

What I can suggest you would be to check the following example from our online Silverlight demos, that demonstrates how to implement a ContextMenu with the desired functionally:
http://demos.telerik.com/silverlight/#ScheduleView/ContextMenu

Hope this helps.

Regards,
Kalin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ScheduleView
Asked by
Davut
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Share this question
or