Results 1 to 3 of 3

Thread: [RESOLVED] datagridview

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Location
    /root/usr/local/bin
    Posts
    476

    Resolved [RESOLVED] datagridview

    about datagrid, anybody here how to solve these:

    1. remove bold in datagrid header and cell
    2. header text alignment in datagrid
    3. change header font in datagrid
    4. getting the sum in cells

    in design time i set the font to normal, but when i run it shows bold font both header and cell is this a bug?
    (the only i did is hide some columns in the datagrid)

    tnx...
    *****************
    VB6,PHP,VS 2005

  2. #2
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Re: datagridview

    1-3) Change the header's font properties in the ColumnHeadersDefaultCellStyle:
    http://msdn2.microsoft.com/en-us/lib...le(vs.80).aspx

    4) You can create an expression data column.
    http://msdn2.microsoft.com/en-us/lib...on(vs.80).aspx

    Hope that helps.
    Last edited by nmadd; Jul 19th, 2007 at 07:17 PM.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Location
    /root/usr/local/bin
    Posts
    476

    Wink Re: datagridview

    tnx to this links
    i'll try to sort what do i need to set the datagrid dynamically


    tnx again
    *****************
    VB6,PHP,VS 2005

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