diff --git a/xml/System.Windows.Controls/DataGrid.xml b/xml/System.Windows.Controls/DataGrid.xml index 596bf85c78b..d4b5b4a48d5 100644 --- a/xml/System.Windows.Controls/DataGrid.xml +++ b/xml/System.Windows.Controls/DataGrid.xml @@ -3083,7 +3083,7 @@ property to `true` to make all the cells in the read-only. To make individual columns or cells read-only, set the or properties. If a conflict exists between the settings at the , column, or cell levels, a value of `true` takes precedence over a value of `false`. + Set the property to `true` to make all the cells in the read-only. To make individual columns read-only, set the property. If a conflict exists between the settings at the , column, or cell levels, a value of `true` takes precedence over a value of `false`. If this property is set to `true` while the control is in editing mode, all pending edits are discarded. diff --git a/xml/System.Windows.Controls/DataGridCell.xml b/xml/System.Windows.Controls/DataGridCell.xml index 22fee260a63..ade4875d092 100644 --- a/xml/System.Windows.Controls/DataGridCell.xml +++ b/xml/System.Windows.Controls/DataGridCell.xml @@ -206,7 +206,7 @@ property to `true` to make an individual cell read-only. Set the property to `true` to make all cells in an individual column read-only. Set the property to `true` to make all cells in the read-only If there is a conflict between the settings at the , column, and cell levels, a value of `true` takes precedence over a value of `false`. + Set the property to `true` to make all cells in an individual column read-only. Set the property to `true` to make all cells in the read-only If there is a conflict between the settings at the , column, and cell levels, a value of `true` takes precedence over a value of `false`. ]]>