Skip to content

Replies

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