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
455
Is there a easy way to do the following?
posted

I want to make the rows in my grid one row blue and one row white in background color. Is there an easy way to do this?

I tried to manually set the backcolor of the row with an odd index, but it mixed up when the filter row is applied.

Please help! Thanks.

Parents
  • 175
    posted

      grid.DisplayLayout.Override.RowAlternateAppearance.BackColor

     grid.DisplayLayout.Override.RowAlternateAppearance.BackColor2

Reply Children
No Data