diff --git a/examples/Demo/Shared/Pages/DataGrid/DataGridPage.razor b/examples/Demo/Shared/Pages/DataGrid/DataGridPage.razor index 15b72fd99..6f8de4573 100644 --- a/examples/Demo/Shared/Pages/DataGrid/DataGridPage.razor +++ b/examples/Demo/Shared/Pages/DataGrid/DataGridPage.razor @@ -57,6 +57,13 @@ A sort can be removed by right clicking on the header column (with exception of the default sort).
+
+ As of v4.11.0, the Datagrid offers a RowSize
parameter which allows you to use different preset row heights. The value uses the DataGridRowSize
enumeration for its type.
+ When using Virtualize
, the ItemSize
value isused is still used to indicate the row height.
+
The DataGrid has a number of strings that are used in the UI. These can be changed by setting the ColumnOptionLabels
, ColumnResizeLabels
and ColumnSortLabels
parameters.