So when you click off the cell that has a wrong value, you want to show an icon until you move the mouse over the cell, and then you want to see an error tip displayed. Is this correct?
Here is a sample that does this. It does this by dynamically subscribing to the cell controls mouseenter and mouseleave events to display a WindowsForms tooltip.
WindowsApplication8_7519.zip