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
1210
Assigning a tool tip to UltraGridGroupByRow
posted

Hi Guys,

I need to assign a tool tip (i'm using the infragistics one) to the UltraGridGroupByRows.

The tool tip should not be shown for any othre row (like DataRow)...

 

Can you pls help, i was unable to find the way to do so...

 

Thanx!!

-Gili

  • 469350
    Suggested Answer
    Offline posted

    Hi Gili,

    I don't think there's a property for this, unless the GroupByRow has a ToolTipText property. I assume it does not or you wouldn't be asking. :)

    So what you could do is use the UltraToolTipManager component to assign a tooltip to the grid based on the current position of the mouse. You would typically do this in the MouseMove event or maybe MouseEnterElement/MouseLeaveElement.

    The only tricky part about this is getting the row that the mouse is currently over. Here's how to do that:

    HOWTO:UltraWinGrid Mouse Position and Row Identification