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
250
Not able to highlight every second row in XamDataGrid
posted

I've followed some suggestion I've found in the net (confirmed by intellisense) for highlighting every second row in my data grid.

    <igDP:FieldLayoutSettings AutoGenerateFields="False" RecordSelectorLocation="None" HighlightAlternateRecords="True" />

HOwever, this doesn't produce the expected coloring (all the cells have white background, independent of the index). Not sure how to trouble-shoot it.