Set Tooltip for UltraGrid SortedColumns Sorting Indicator
New DiscussionHi,
Bear with me…I don’t have a lot of experience with Infragistics controls, and I’m maintaining some code I didn’t write. I’m having difficulty setting a tooltip value. A big part of the problem is that I don’t understand exactly what I’m looking at. I have a winform with an UltraGrid control. The part that I’m missing is that it looks like the grid has DisplayLayout Bands with the Columns set to some text. At run time, it turns into a sorting button, but I can’t find where I would set the tooltip text for that sorting button.
Here’s a picture of the designer.

Here’s a picture at run-time of the sorting button (with the text “Conversation” and the sort triangle) and of the tooltip text I’d like to be able to set.

Here’s a line that is hiding the column.
m_grdMail.DisplayLayout.Bands[0].Columns[ClientUI.TextMessageControl_ColumnConversation()].Hidden = true;
If anyone has any comments or can point me to some documentation, I’d appreciate it.
Thanks!