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
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