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!
Using this code alone dataGrid.ColumnSizer.Refresh(true); does not work. I have to move the data grid horizontally to see the changes. So I added this code dataGrid.View.Refresh(); after