Hi there,
yesterday I updated to the newest Syncfusion version. Since then the CellStyle for my SfDataGrid doesn't work anymore.
I have a DataGRid like this:
<syncfusion:SfDataGrid x:Name="dtgKPI_Edit"
ItemsSource="{Binding KPIView}"
SelectedItem="{Binding SelectedKPI}"
CellStyle="{StaticResource customCellStyle}" />
And the customCellStyle like this:
<Style TargetType="syncfusion:GridCell" x:Key="customCellStyle">
<Setter Property="Foreground"
Value="{Binding Cluster.Color}" />
</Style>
Everything yorked fine but since the update it doesn't work with the Foreground. If I change the Property to Background it works for the Background.
Has anything changed or how can I apply the Fontcolor corecctly?
Best wishes!
Victor