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!>
Thanks for joining our community and helping improve Syncfusion products!
Hello,
I put a DataGrid inside a Grid with two columns, and two rows. I put the DataGrid in the first row with a ColumnSpacing of 2 (So it takes the two columns). On the other row, I placed a button only on the first column.
When I compile, the button will not appear on the second row. The DataGrid takes the full grid's height.
I included a sample project to better explain the issue. In this project, in the MainPage.xaml file, I put a second button on the second row in comment. If I remove the comment (So I display the two buttons), then the second row will be displayed. If I also put the first button in comment (So I display only the second button), then the row will also be displayed correctly. The issue seems to be specific to the first column only.
I also tried to put another control instead of the DataGrid, and it didn't have the same issue, so it doesn't seem to be an issue with Maui