Hi,
I want to display a tooltip with information about the task when the user rolls over a task in the grid. How would I go about doing so?
Thanks
Hi Boris,
That's exactly what I need, thank you! However, I need to display more than just the text that's in the cell in the toopltip. How would I retrieve the Task object associated with the cell that's being hovered over?
Hello clgroce,
Could you please review the sample attached to this post and see if it meets your requirements. Please feel free to let me know if I misunderstood you or if you have any other questions.
As far as I can tell, the cotrol only handles the tool tip for a task bar in the chart. I want a tool tip for when the mouse rolls over a task in the grid on the left. I tried using the ultratooltipmanager, and I checked whether or not the element is a taskuielement and if it is then showToolTip, but I can't seem to get that to work either.
I believe that this functionality is by default handled by the WinGanttView control. Isnt it? Or you might want to customize this tooltip? You could use our 'UltraToolTipManager' component, check if the UI element, in 'MouseEnterElement' is a TaskUIElement, if so show the tooltip, else hide it.
Please do not hesitate to ask if something comes up.