Articles in this section
Category / Section

How to hide the header in MAUI DataGrid (SfDataGrid)?

2 mins read

The .NET MAUI DataGrid (SfDataGrid), you can hide the header row by customizing the SfDataGrid.HeaderRowHeight property.

Setting HeaderRowHeight to 0 will effectively collapse the header row in the view.

  <syncfusion:SfDataGrid x:Name="dataGrid"
                           HeaderGridLinesVisibility="Both" 
                           GridLinesVisibility="Both"
                           HeaderRowHeight="0" 
                           ItemsSource="{Binding OrderInfoCollection}" >
    </syncfusion:SfDataGrid>

Output

How to hide the header in SfDataGrid
Description automatically generated

Download the complete sample from GitHub.

Conclusion

I hope you enjoyed learning how to hide the header in MAUI DataGrid (SfDataGrid).

You can refer to our .NET MAUI DataGrid feature tour page to learn about its other groundbreaking feature representations. Explore our .NET MAUI DataGrid Documentation to understand how to present and manipulate data.

For current customers, check out our .NET MAUI components from the License and Downloads page. If you are new to Syncfusion®, try our 30-day free trial to check out our .NET MAUI DataGrid and other .NET MAUI components.

Please let us know in the comments section if you have any queries or require clarification. You can also contact us through our support forumsDirect-Trac, or feedback portal. We are always happy to assist you!

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please  to leave a comment
Access denied
Access denied