DayPilot Forums

DayPilot is the best open-source Outlook-like calendar control for ASP.NET.
DayPilot Pro Demo (Calendar control)
» DayPilot Pro live demo (Calendar control)
DayPilot Pro Demo (Scheduler control)
» DayPilot Pro live demo (Scheduler control)
Home » General » Click hilite or mouseover event

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

Anonymous - 9/14/2007 6:43:20 AM
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.
Dan Letecky - 9/14/2007 11:08:02 PM
Post reply