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
80
AlternateRow colors
posted

I need to style the xamGrid with alternate row colors of black and light gray, plus columns could have their own background color.  Currently, I am using TextColumn and adding a CellControl style to set the background color or if no background override the background color is set to transparent.  The problem is the alternate row color takes precedence over a column background color.  The columns are just text, nothing fancy and I am doing this in code, not xaml.