Dear Sir,
i want to hide or disable context menu OnClientAppointmentContextMenu event my code is following but it is not working.
function
OnClientAppointmentContextMenuClick(sender, eventArgs) {
var menu = $find("<%= SchedulerAppointmentContextMenu.ClientID %>");
menu.visibility =
"hidden";
}
Please help me.
Thank You.
Chandan.