I solve exactly the same problem. For me, he performed the following two actions:
1 - code
eventRender: function(calEvent,element){ element.bt({ ajaxPath: 'ajEvents.asp?opt=getExtendedEvent&valore=' + calEvent.id, trigger: 'hover', width: 200 }); //only for tooltip element.contextMenu('myMenu',{bindings:{'idVoce': function(t){ alert('right click on ' + calEvent.id) } } }) }
I assume that you have already defined myMenu div ...
2 - change the zindex in the context menu, say, from 500 to 2500 and from 499 to 2499. This is important if you have a calendar in the dialog box (for example, myself), otherwise it will fall under the visible layer
source share