I place the following code in the the grid_initializeRow event:
e.row.cells("KEY").tooltiptext = "My text"
This does not show up though as my tooltip, instead it shows the actual value that is displayed in the cell.
Any ideas on why this gets overridden with the value from the cell?
Thanks....Dave
I found my issue. The tooltip text was getting overriden in my base class.