I want to suppress the tool tip that automatically pops up when the mouse is hovered over a single day view appointment where all the text can not be displayed. I have my own tool tip I am managing and it works fine. Unfortuanately the default tool tip comes up when the text that I had put into the appointment itself is larger than can be displayed and I need to turn that feature off. Assistance would be appreciated.
Set the TipStyleActivity property to 'None'. Note that there was a bug in the Office2007 ViewStyle (fixed around a year ago) whereby this property was not being observed correctly, so if you are using that ViewStyle and the tooltips are still appearing, you might want to download the latest version.
I am using 2008 v1 so I am current, the Property TipStyleActivity is not a property of the UltraDayView, I know it is a property of the month view, but again not part of the UltraDayView. I have seven days visiable using the dayview and I show the appointments inside of there (bound to data). So, agian, how do I suppress them in the UltraDayView?
Hi there,
any clue to achieve this for the UltraDayView?
JP
No, the answer from Infragistics was not correct, so we ended up making sure our text was truncated prior to setting the value in the calandar. It was and is an imperfect solution. I hope that Infragistics updates the day view to have some control over this.
Originally you didn't mention UltraDayView by name. A thousand pardons please for guessing wrong on which control you were using.UltraDayView exposes a BeforeAppointmentToolTipDisplayed event; you can handle this event and set the Cancel property of the event arguments to true to prevent the tooltip from displaying.
Actually I did in the third message in this chain, but who cares at this point. Thanks for the info it will make this much easier for me.