Skip to content

Commit 9e9243f

Browse files
committed
Made the sentence format changes.
1 parent 625eac0 commit 9e9243f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MAUI/DataGrid/columns.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public int OrderID
171171

172172
#### Editing
173173

174-
When the `Editable` attribute is set to true, it enables editing of the cell values.
174+
You can enable editing of cell values by setting the `Editable` attribute to true.
175175

176176
{% tabs %}
177177
{% highlight c# %}
@@ -242,7 +242,7 @@ public string Country
242242

243243
#### Format datagrid columns using DisplayFormat attribute
244244

245-
When the [DisplayFormat](https://learn.microsoft.com/en-us/previous-versions/windows/silverlight/dotnet-windows-silverlight/cc679253%28v%3dvs.95%29) attribute is defined for properties in the model, the auto-generated columns in the DataGrid created via DataAnnotations will be formatted using the [DataFormatString](https://learn.microsoft.com/en-us/previous-versions/windows/silverlight/dotnet-windows-silverlight/cc679306%28v%3dvs.95%29) specified in that attribute.
245+
You can format auto-generated columns using the [DisplayFormat](https://learn.microsoft.com/en-us/previous-versions/windows/silverlight/dotnet-windows-silverlight/cc679253%28v%3dvs.95%29) attribute with the [DataFormatString](https://learn.microsoft.com/en-us/previous-versions/windows/silverlight/dotnet-windows-silverlight/cc679306%28v%3dvs.95%29) property defined for properties in the model.
246246

247247
{% tabs %}
248248
{% highlight c# %}
@@ -265,7 +265,7 @@ public string Country
265265
<img alt="Maui DataGrid with Columns Formatting" src="Images\columns\maui-datagrid-formatting.png" width="404"/>
266266

267267
#### Group columns under stacked header
268-
Enables grouping multiple columns under a shared stacked header in the user interface. It also supports hierarchical (nested) grouping by using the / separator in the ChildColumns property.
268+
You can group multiple columns under a shared stacked header using the `Display.GroupName` property. Nested grouping is supported using the / separator in the ChildColumns property.
269269

270270
{% tabs %}
271271
{% highlight c# %}

0 commit comments

Comments
 (0)