Skip to content

Infragistics Community Forum / Desktop / Ultimate UI for Windows Forms / How do I get the tooltip text on a control (UltraToolTipManager) to show when I mouse over the grid cell to which the control is assigned as the editorcomponent

How do I get the tooltip text on a control (UltraToolTipManager) to show when I mouse over the grid cell to which the control is assigned as the editorcomponent

New Discussion
Larry
Larry asked on Feb 18, 2019 3:49 PM

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

Sign In to post a reply

Replies

  • 0
    Michael Peterson
    Michael Peterson answered on Feb 12, 2019 4:17 PM

    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:

    • 0
      Larry
      Larry answered on Feb 12, 2019 4:25 PM

      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?

      Thank you

      • 0
        Michael Peterson
        Michael Peterson answered on Feb 13, 2019 2:45 PM
        Hello Larry,
        Thank you for the update. As described here in this forum thread there are installed samples on how to get the tooltip manager to display tooltips for different parts of the grid including cells. The sample would be located where you installed the product.
        ..\..\Samples\WinMisc\CS\ToolTipManager\ToolTips with Context CS
      • 0
        Larry
        Larry answered on Feb 15, 2019 4:55 PM

        OK Mike,

        That was painful, but It is producing a tooltip on the cell.

        So it looks like it is TRUE that the tooltips have to be done in code (in the UltraTooltipContexHelperForGrid Method) and cannot be done from a designer, is that correct?

        Guessing I will have to code up a case structure so that I can set the tooltips for each column that I want tooltips for and then figure out how to turn the ones off of the columns were I don't want tooltips. Is there something I should  do to make that happen?

        Also somehow my toolbox controls in VS2008 (where my project is) for NetAdvantage 12.1 all disappeared after finally getting the Sample code running in VS2017. Their is a few entries, but they all just say "AppStylistRuntime". So now to figure out how to get those back. Any advice is appreciated.

        Thank you

      • 0
        Michael Peterson
        Michael Peterson answered on Feb 18, 2019 3:49 PM
        Hello Larry,
        Thank you for the update. Yes for the cells you will have to design the tooltips through code.  Considering the toolbox it may have had an older clr version and that is why it isn’t showing now. You can see the following doc for getting the controls into the toolbox:
        http://www.infragistics.com/…/introduction-adding-controls-to-the-toolbox
  • You must be logged in to reply to this topic.
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Larry
Favorites
0
Replies
5
Created On
Feb 18, 2019
Last Post
7 years ago

Suggested Discussions

Created by

Created on

Feb 18, 2019 3:49 PM

Last activity on

Feb 25, 2026 1:49 PM