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
420
Holiday tooltips
posted

Hi there, hoping you can help with a problem I am having with tooltips. I've been searching the posts and cannot quite find what I need:

I have a custom tooltip for appointments in the UltraDayView which is working fine after I cancel the default tooltip in the day view BeforeAppointmentToolTipDisplayed event.

I have implemented a Creation Filter based on one of your examples in the Knowledge Base to implement a custom tooltip for Holidays, but the problem I have is that I am still getting the default tooltip for Holidays as they do not fire the BeforeAppointmentToolTipDisplayed event.

I also have the same problem on the UltraWeekView. Although I have set TipStyleActivity to Appointments, it still shows the default tip as well as my custom tip.

I am confused as the WeekView seems to regard the Holiday as an Appointment, yet the DayView does not. Either way, on both I am still getting the default tip.

Can anyone please suggest how I may prevent this behaviour? Thanks.