Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1130
override the tooltiptext of an ultrawingrid cell
posted

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