Simple question, we're having issues with some grids where they feel that the highlighted row and the alternate shaded row beneath are too similar. For now, to address this they've cancelled the alternating row highlights, which isn't desirable. Our Dev team cannot figure out a way to make the highlighted row field darker, can someone please explain via xaml or code behind how to achieve this please? Thank you-
Hello,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Stefan,
I added this style to my grid but do not see the alternating background colors. I tested it be removing all other style elements. This is with WPF version 12.1.
-dan h
Hello Dan,
You should also set the XamDataGrid’s FieldLayoutSettings’ HighlightAlternateRecords Property to True.
Hope this helps you.