Home Unanswered Active Tags New Question

Click hilite or mouseover event

I have a schedule wtih events that extend across days ie: Start time 7pm Aug 1, end time 7am Aug2

I would like to click or mouseover the event to show the event connection

any suggestions would be appreciated

thank you

Dennis

Asked by Anonymous 4 years ago.
Replies
Event selection feature (works in DayPilotCalendar) could be helpful. You can activate it by setting EventClickHandling property to Select.

By default, the selected event is emphasized using enhanced top and bottom borders. If you use EventSelectHandling="CallBack" and handle EventSelect event on the server-side you will be able to use a special background color for all parts of the event (upon clicking).

For the mouseover functionality, it would be a bit trickier (and might require some changes in the code of the control) but it would be possible as well. Let me know if you are interested in that option.
Comment posted by Dan Letecky 4 years ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java