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
630
UltraGrid and an Editable Cell's TooltipText
posted

Within the InitializeRow event of an UltraGrid I am setting the TooltipText property of a cell to LON, while the value is LCY. This works wonderfully, but this cell is a check box boolean cell that the user can check. When the user checks this box, I want the TooltipText to be cleared. Again, this works. However, if I uncheck this box and set the TooltipText back to LON then I no longer see a Tooltip.

I noticed that if I set the TooltipText to LON and never clear it, the Tooltip stops working after I check the box. Is this a bug? Or any I doing something wrong? Is there a workaround?

Thanks