I have a DataGridView on a form that displays historical notes about an item. I also have a Notes form where a user can add notes about an item. We would like to allow the user to format the note's text to highlight special situations, etc.

What is the best way to do this and is there a way to have this show up in the DataGridView control that lists historical notes?

Thanks in advance.