Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, 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

Hello,

I'm not totally sure if this is a bug or not, but if we define a default ColumnSpacing to the Grid control in the App.xaml style of a project, the DataGrid's header text will be partially cut.

I have attached a sample project replicating this issue. If we compile the project, the first column's text is partially cut. In the file Resources/Styles/Styles.xaml, I put a Style tag for the Grid control. If I put it in comment, the issue is resolved. (The text is displayed completely)

The reason why I did this is that we are in the middle of migrating our app from Xamarin.Forms to Maui, and we wanted to have this spacing as default for our grids, since it was the default value in Xamarin.Forms. (

https://learn.microsoft.com/en-us/dotnet/maui/migration/layouts#default-layout-value-changes-from-xamarinforms)

I assume that a lot of people who will be migrating from Xamarin.Forms will probably do something similar, since this would otherwise force an unwanted design change. Since this issue will probably happen to at least a few people, I assume that this is a bug, but like I said, I'm not totally sure.