Displaying rich text format in a DataGridView

C

Craig Banks

We've all seen search engines where keywords from the query are bolded in
the search results. I'm trying to replicate that in a DataGridView.
However, it only supports plain text. Is there any easy way to accomplish
this? I did run into some stuff on the web about converting RTF to a BMP
but, in my experience, it doesn't work well.

There's got to be a way to extend the DataGridViewTextBoxCell to support RTF
directly.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top