Hi,
I wanted to have a context menu i.e. on right click of any appointment with some menuitems that I can define (for e.g. Open, Edit, Delete, Copy etc..)
Can we define something like this. Please help.
Thanks & Regards,
Deven
Have you looked at our XamContextMenu? With it, you should be able to implement that kind of experience.
HTH,
Thanks for your reply.
I have been able to get a cotext meu on my XAMSchedule, however it opens throughout the XAMScedule. I want it to open only if it's being right-clicked on an empty/non-empty appointment.
I used the following the associate the context menu to my XAMSchedule.
Infragistics.Controls.Menus.
ContextMenuService.SetManager(xamScheduleView1, contextMenuManager1);
However, am not able to only associate it to some particular appointment/resources. Can you please help?
Regards,