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
250
tool tip for tasks in grid
posted

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

Parents
No Data
Reply
  • 71886
    Offline posted

    Hello clgroce,

    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.

Children