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?