Home - Forums-.NET - FlyGrid.Net (Windows Forms) - "System.Data.DataRowView" Tooltip

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

"System.Data.DataRowView" Tooltip
Link Posted: 03-Feb-2006 06:44
I have a couple of columns in a bound grid that are not set to any field (one is a used for expansion/collapse and the other is filler column).  It seems that they are returning the ToString() property of the underlying bound object.  I've overrided the PaintTextInCell property which works fine, but the Tooltip caption still appears.  The ToolTipShow event does not seem to fire for these either.

What can I do to change the underlying text value?
Link Posted: 03-Feb-2006 21:23
It will be better if you'll override Column.GetTextValue instead of Column.PaintTextInCell, in this case translated value will correctly displayed in the cell and in the tooltip.