From 39681157505b9ae88b171e961453fb870c9ea194 Mon Sep 17 00:00:00 2001 From: Adam Ratzman Date: Thu, 28 Sep 2023 11:43:57 -0700 Subject: [PATCH 1/2] Remove mention from DataGridCell.xml of being able to set DataGridCell.IsReadOnly --- xml/System.Windows.Controls/DataGridCell.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. ]]> From a2e0a990153482fd0469db7385587ffca03ffc9e Mon Sep 17 00:00:00 2001 From: Adam Ratzman Date: Thu, 28 Sep 2023 11:47:08 -0700 Subject: [PATCH 2/2] Remove reference to being able to set DataGridCell.xml from DataGrid.xml --- xml/System.Windows.Controls/DataGrid.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.