DataGrid / Rows / Row Height

Blazor DataGrid Example - Row Height Customization Support

Loading Syncfusion Blazor Server Demos…

This sample demonstrates the DataGrid row height customization feature.

The RowHeight property enables you to customize the height of DataGrid rows globally or for specific rows.

In this demo:

  • Use the toolbar buttons to dynamically change the row height
  • Available height options: 20px, 40px, and 60px
  • All DataGrid rows update simultaneously when a new row height is selected

Adjusting row height can improve readability and allow for better content display within cells, particularly when cells contain multi-line text or custom content.

For more detailed information about row height configuration, refer to the row height documentation.