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
1865
How to override cell background with BackgroundHover?
posted

I want a specific column in my xamDataGrid to be blue, so I am using a Style with TargetType CellValuePresenter. I have Style.Triggers and DataTrigger to set the background property to be blue if FieldName is the one I want.

The above works fine.

However, when the user hovers over any row, all other columns in this row change color but not the one set above.

How do I ensure that even this colored column changed color?

 

Thanks.