I am using the row.Row.RowError to show a message the visual aid and a tooltip for specific conditions. The problem my users have with this, is that the tool tip is only displayed if they put the mouse exactly over the red indicator, but it is not displayed if the mouse is over any other part of the gray area of the row selector. Is is possible to have it displayed no matter where the mouse is in the cell?
I was trying a second option that was remove the RowError, put the row selector i red (I already have this) but I don't know how to display a custom tooltip that only shows in the row selector, I tried with e.Row.ToolTipText, but the tooltip displays in all the cells for the row, I need it only in the row selector.
Hello Jose,
Thank you for your post!
In order to place a tooltip on the RowSelector, I would recommend taking a look at this forum thread, where this was already addressed.
Please let me know if you have any other questions or concerns on this matter.
Thank you Andrew, thank you for your answer, I already saw that tread, but based on my basic knowledge of Infragistic, that tread says nothing to me.
Could you give me more information or point me to other documentation that could have more details?