search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Daypilot Month Bubble on Click?

Asked by J Nigon
11 years ago.

Is there any way to call the event bubble from a left-click or context menu command in DP Month?

Thanks!

Answer posted by Dan Letecky [DayPilot]
11 years ago.

You can use the following settings:

<DayPilot:DayPilotMonth
  ...
  EventClickHandling="JavaScript"
  EventClickJavaScript="bubble.showEvent(e)"
  ...
/>

<DayPilot:DayPilotBubble 
  ...
  ClientObjectName="bubble"
  ... 
/>

Comment posted by sayed007
11 years ago.

Hello J Nigon,

Did you try the Dan's solution?

Answer posted by sayed007
11 years ago.

Hello J Nigon,

Did you try the Dan's solution?

Comment posted by J Nigon
11 years ago.

Yes, Dan's solution works. Are you having problems?

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.