I have a grid cell with tooltip on the NB/Disp column:
Then I open the Editor on the row. Now I have two tooltips!
The content of the cell is now a read-only TextField with the same tooltip.
It is a TextField, since the value (or the tooltip) can change while the editor is open.
If the column had had no editor and just shown the original cellvalue, I would not be able to update either.
For this specific case I would prefer it if I could’ve dropped the fake column editor and just shown the original cellvalue and tooltip. But, then I’d have to be able to update both while the editor is open.
But, there are other cases where there is a genuine column editor with a tooltip that can be changed while the editor is open.
Any suggestions on how to avoid the double tooltips?