I have some nicely formatted tool tip text that is created using the UltraTooltipManager assigned to a ultraCheckBox control. The control uses the glyph functions to assign icons for both the on and off states. This control is placed in an ultra grid column using the EditorComponent Property.
How can I get that tool tip to show up like it does when it's not in the grid, when the user pauses the mouse over the icon in the grid.
I cannot use the header since, I am using a group header that is in place spanning several columns.
Any help would be appreciated as bagging my head against the desk is not working either. :-)
Thank you
Hello Larry,
Thank you for contacting Infragistics!
The reason you are not seeing tool tips is you are applying it to the editor control so you would only see them when in edit mode, you would instead want to apply the tooltips to the cells:
Thanks Mike,
I'm not sure how you go about applying the UltraToolTipManager to the grid or cells.
Can you get me pointed in the right direction? Do I need to do it in my vb code, or can it be done from the designer UI?