formatted text in CellToolTipText

I want to display formatted (ie, bold and italics ) text in the CellToolTipText in a grid. Something like this: My Column Name This is a detailed description of my column. Tried HTML... tried RTF... to no avail. is it possible?

1 Reply

AD Administrator Syncfusion Team December 2, 2004 05:03 PM UTC

I do not think you will be able to do this as CellTipText is actually displayed using a Window Forms ToolTip control which does not support it. You could popup your own window. Maybe you could modify our Grid\Samples\In Depth\CellCommentTips to get what you want.

Loader.
Up arrow icon