diff --git a/examples/Demo/Shared/Microsoft.Fast.Components.FluentUI.xml b/examples/Demo/Shared/Microsoft.Fast.Components.FluentUI.xml index b7b5f78cbd..01f720b89c 100644 --- a/examples/Demo/Shared/Microsoft.Fast.Components.FluentUI.xml +++ b/examples/Demo/Shared/Microsoft.Fast.Components.FluentUI.xml @@ -1157,6 +1157,11 @@ + + + Gets or sets the reference to the item that holds this cell's values + + Gets or sets the cell type. See @@ -1179,6 +1184,11 @@ Gets or sets the owning component + + + Gets or sets the reference to the item that holds this row's values + + Gets or sets the index of this row diff --git a/src/Core/Components/DataGrid/FluentDataGridCell.razor.css b/src/Core/Components/DataGrid/FluentDataGridCell.razor.css index 0a6264e6db..f3b8247cb8 100644 --- a/src/Core/Components/DataGrid/FluentDataGridCell.razor.css +++ b/src/Core/Components/DataGrid/FluentDataGridCell.razor.css @@ -5,6 +5,7 @@ .multiline-text { white-space: inherit; overflow: auto; + word-break: break-word; } .column-header {