|
-
Mar 3rd, 2010, 01:52 PM
#1
Thread Starter
Fanatic Member
Rich Text and DataGridView
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.
My.Settings.Signature = String.Empty
-
Mar 3rd, 2010, 01:59 PM
#2
Frenzied Member
Re: Rich Text and DataGridView
 Originally Posted by Aspnot
We would like to allow the user to format the note's text to highlight special situations, etc.
Please try to explain some of the special situations
 Originally Posted by Aspnot
is there a way to have this show up in the DataGridView control that lists historical notes?
You can show it in the dgv exactly in a similar fashion like you did in the first case where you told that your form has a DGV which displays historical notes about an item
If you find my reply helpful , then rate it
-
Mar 3rd, 2010, 02:08 PM
#3
Thread Starter
Fanatic Member
Re: Rich Text and DataGridView
Please try to explain some of the special situations
We want to be able to add bold and change font colors, etc.
Can I display bold and colors in the DGV? If so, what format does the text need to be in?
My.Settings.Signature = String.Empty
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|