Results 1 to 3 of 3

Thread: Datagrid

  1. #1

    Thread Starter
    Hyperactive Member Dorothy's Avatar
    Join Date
    Feb 2001
    Posts
    310

    Question Datagrid

    I have two doubts to be clarified in Datagrid control:
    1. How does one word wrap the text of the Header caption row?
    2. How does one set the background color for a specific column alone?

    Any solutions?

  2. #2
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Fort Collins, CO
    Posts
    366
    1. How does one word wrap the text of the Header caption row?
    Just set the width of the column(ItemStyle-Width) and it will do it by default.
    2. How does one set the background color for a specific column alone?
    just set the ItemStyle-BackColor property of the one column you want to be a different color.

  3. #3

    Thread Starter
    Hyperactive Member Dorothy's Avatar
    Join Date
    Feb 2001
    Posts
    310

    Smile

    That must be in ASP.NET. Am asking for Windows Application in C#?

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