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

Hi,

In the Windows version of MAUI, the app crashes when we try to load a grid with a column of type 

DataGridTemplateColumn if its ColumnWidthMode is Auto.

This issue seems to happen because of two circumstances :

  1. The column's ColumnWidthMode is Auto
  2. A property in the DataTemplate is set by using a Binding
If those two conditions are not met, it seems to work correctly. It also works correctly in Android, so it seems the issue is only in the Windows version.

I have included a sample that replicates this issue.