Is there any way to call the event bubble from a left-click or context menu command in DP Month?
Thanks!
You can use the following settings:
<DayPilot:DayPilotMonth ... EventClickHandling="JavaScript" EventClickJavaScript="bubble.showEvent(e)" ... /> <DayPilot:DayPilotBubble ... ClientObjectName="bubble" ... />
Hello J Nigon,
Did you try the Dan's solution?
Yes, Dan's solution works. Are you having problems?