There isn't any easy way to do this, as far as I know -- the Winforms
datagrid is very basic and limited in functionality. You can try checking
out this FAQ, particularly the topics on custom column styles:
http://www.syncfusion.com/FAQ/WinFor...c44c.asp#q754q
Otherwise, you could try a third-party datagrid tool.
"Tracey" <(E-Mail Removed)> wrote in message
news:0daf01c37270$9cd90dc0$(E-Mail Removed)...
> Hi, there.
> I was stuck on how to show a column of richtext in my
> datagrid on winform. I checked MSDN and found nothing
> helpful. Can someone tell me is it possible to do that ?
>
> Thanks!!