Dear Sir,
I want to open appointment context menu using left click.
For Example :- When i click on appointment then open context menu using left click.
U gave time slot context menu solution.
but i want Appointment Context Menu using left menu.
Following Code Works For Time Slot Context Menu But Not For Appointment Context Menu.
function OnClientTimeSlotClick(sender, args) {
sender._showTimeSlotContextMenu(args.get_domEvent(), args.get_targetSlot());
}
So please Help Me.
Thanks
Chandan Kumar
I want to open appointment context menu using left click.
For Example :- When i click on appointment then open context menu using left click.
U gave time slot context menu solution.
but i want Appointment Context Menu using left menu.
Following Code Works For Time Slot Context Menu But Not For Appointment Context Menu.
function OnClientTimeSlotClick(sender, args) {
sender._showTimeSlotContextMenu(args.get_domEvent(), args.get_targetSlot());
}
So please Help Me.
Thanks
Chandan Kumar