Welcome to the UWP feedback portal. We’re happy you’re here! If you have feedback on how to improve the UWP, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote



When I try to apply a FontFamily it does not work.

<Page.Resources>
    <Style x:Key="customCellStyle" TargetType="syncfusion:GridCell">
        <Setter Property="FontFamily" Value="Arial" />
    </Style>
</Page.Resources>

<syncfusion:SfDataGrid x:Name="dataGrid"
                       CellStyle="{StaticResource customCellStyle}"
                       ItemsSource="{Binding Orders}"/>
This problem also exists on Cell Headers and I suspect all Font Family styling across the grid.