Welcome to the Xceed Community | Help
Community Search  

Stupid Question

Sort Posts: Previous Next
  •  11-15-2008, 5:23 AM Post no. 16907

    Stupid Question

    I know that this is a very stupid question but I am lossing a lot of time. So I am takeing the courage to ask for it. I want to make the backcolor of the Colums headers transparent. How ?

  •  11-15-2008, 5:48 AM Post no. 16908 in reply to 16907

    Re: Stupid Question

    I solve it. However i give you the solution that I get ( for helping someone else or to give to me a better solution :)   ). I used the ColumnManagerRow. Below is the code :

    C#

    ColumnManagerRow managerRow = new ColumnManagerRow();

    managerRow.BackColor = Color.Transparent;

    this.gridControl1.FixedHeaderRows.Remove(this.gridControl1.FixedHeaderRows[1]);

    gridControl1.FixedHeaderRows.Add(managerRow);

     

View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.