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.
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.