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
1005
How to display a tooltip for Auto Preview field?
posted

Hi, I have enabled Auto Preview for one of the columns in my grid, and it looks very nice, however, if I hover over it with the mouse I don't get a tooltip displaying the whole text as I would with the column! :(  Is there any way to enable this behavior?

Thanks.

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    The AutoPreview is the length of the whole row, so typically, it's long enough to show the whole text. So I don't think there's any tooltip functionality built-in to it.

    You could implement your own tooltips using UltraTooltipManager or the inbox ToolTip class. Basically, you would change the tooltip on the grid in the MouseMove event based on the current location of the mouse. This technique is described in a number of places and there's a sample of it under the UltraToolTipManager samples that demonstrates how to set the grid tooltip based on the context.

Reply Children