Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
955
how to set the fixed column backcolor?
posted

very sorry for bothering all!

there is one fixed column in left side of  the ultragrid ,I want to change its backcolor, how to set i?

 

thanks!

  • 469350
    Offline posted

    If you want to change the BackColor of a column, you would typically use the CellAppearance property on that column.

    If you want the color in this case to be tied to the fact that the column is fixed, then I recommend using the FixedCellAppearance property on the override object. That way if you decide to add another fixed column or change which column is fixed, the fixed columns will always pick up this appearance without you having to change the code.