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