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?
Hello,
Thank you for contacting Infragistics.
You could always use the MouseEnterElement event and test to see if the UIElement passed into the event is of type TimeSlotUIElement.
Please let me know if you have any other questions about this.
My code in the creation filter to build the custom tooltip is setting the tooltip text. The problem is that the control is not displaying the tooltip.
Thank you for your response.
It would be helpful if you could provide a sample project which includes your creation filter. You can attach the zipped up project by selecting the Options tab when editing your post.