Posted 19 September 2017, 10:40 am EST
Please see here for a video demonstration of an example of what appears to be a rendering/painting bug on the background color of these rows.
http://screencast.com/t/PIB12yz4ux7
We’re using simple triggers to set the backgroundcolor property of the row based on a boolean value in the Row.Dataitem object. Can you confirm that this is a bug and if so what we need to do to workaround? Thanks!
[xml] <c1:C1DataGrid
BorderThickness=“1” ColumnHeaderStyle=“{StaticResource ResourceKey=HeaderStyle}” GroupRowStyle=“{StaticResource ResourceKey=DataGridGroupRowStyle}” Name=“RateHistoryDetailsDataGrid” AutoGenerateColumns=“False” IsReadOnly=“True” CanUserAddRows=“False” CanUserEditRows=“False”
ItemsSource=“{Binding HistoryDetailsListCollection}” SelectionMode=“SingleRow” >
c1:C1DataGrid.CellStyle
<Style.Triggers>
</Style.Triggers>
</c1:C1DataGrid.CellStyle>
…
[/xml]