Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4133
Custom ToolTips
posted

I am implementing custom tooltips on the Timeline control with a creation filter and that is working well when the user hovers over a task.  However, I would like to show a tooltip when the user hovers over a timeslot as well.  I had to use the BeforeAppointmentToolTipDisplayed event and cancel out of it to make my original tooltip appear, but there doesn't seem to be a corresponding event for when a general tooltip is to be displayed.  The day, week and monthview single controls work fine with my code.  It's just the Timeline control that isn't working.  Can anybody help me out with this?