Hi,
Can't find proper solution for below problem.
I have change the Orientation="Horizontal" and set HighlightAlternateRecords="True"
but system set alternet column's color..
This is expected behavior since you change the Orientation in the grid. You could create a custom style for the CellValuePresenter and change the Background brush. Then you can assign this style to some of the Fields in the grid. Alternatively you can use converter to bind the Background based on the Field.Index
All the GRID header are gray background..
we want to set backgroud as per column name..so for that also..we plz suggest best way to do it?