Results 1 to 3 of 3

Thread: Rich Text and DataGridView

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2003
    Posts
    758

    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

  2. #2
    Frenzied Member
    Join Date
    Jul 2009
    Posts
    1,103

    Re: Rich Text and DataGridView

    Quote Originally Posted by Aspnot View Post
    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

    Quote Originally Posted by Aspnot View Post
    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

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    May 2003
    Posts
    758

    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
  •  



Click Here to Expand Forum to Full Width