This question is locked. New answers and comments are not allowed.
I want to have two context menus . one when right click on an appointment (have options such as view , copy), and second when right click on scheduleView \(have option paste..ect) .
currently I have added
<telerik:RadScheduleView> <telerik:RadContextMenu.ContextMenu> <telerik:RadContextMenu> ... </telerik:RadContextMenu> </telerik:RadContextMenu.ContextMenu></telerik:RadScheduleView>
Where i cannot achieve 2 diffrerent contextmenus. How can I achieve that?
Thanlk you in advance