Hi everybody.. I need to implement the right click behaviour when left clicking on an event. The problem is that i use different context menus according to some custom data of the event. Is there any way to pass some custom dataon an event ? Will you provide in some version any client event object property to be able to pass a custom value?
1. Create several context menu controls (one for each type of the event) .
2. Set EventClickHandling to JavaScript
3. In EventClickJavaScript, invoke the context menu you need based on the value stored in one of the tag fields (see DataTagFields property).