Hi All,
Is it possible to display rich text in a wingrid cell? I have tried setting the cells Column.CellDisplayType to FormattedText but that doesn't do it.
Thanks,
Denis
The cell values have to conform to the XML specification supported by the FormattedTextEditor.
Thanks Brian,
I now have the cell displaying rich text by setting the EditorControl of the column to a FormattedTextEditor. Is there a way of setting the length of time that the tooltip is displayed on a cell hover so that the user has more time to read the full contents of the cell in the tooltip window?
No, there's no way to control the timing on the built-in tooltip. You could turn these off, though, using the TipStyleCell property. Then you could show your own tooltips using the UltraToolTopManager component. This component allows you to change the delays.