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.