Skip to content

Commit 7746f0b

Browse files
Updated column name
1 parent eaea22d commit 7746f0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MAUI/DataGrid/summaries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ In the code snippet below, DataGridSummaryRow.TitleColumnCount is set as 2, and
401401
</dataGrid:SfDataGrid.GroupColumnDescriptions>
402402

403403
<dataGrid:SfDataGrid.CaptionSummaryRow>
404-
<dataGrid:DataGridSummaryRow Title="{}{ColumnName}Customer ID : {Key} - {ProductCount} Items" TitleColumnCount="2">
404+
<dataGrid:DataGridSummaryRow Title="{}{ColumnName} : {Key} - {ProductCount} Items" TitleColumnCount="2">
405405
<dataGrid:DataGridSummaryRow.SummaryColumns>
406406
<dataGrid:DataGridSummaryColumn Name="CustomerName"
407407
MappingName="CustomerName"
@@ -425,7 +425,7 @@ In the code snippet below, DataGridSummaryRow.TitleColumnCount is set as 2, and
425425

426426
GridSummaryRow captionSummaryRow = new GridSummaryRow()
427427
{
428-
Title = "Customer ID : {Key} - {ProductCount} Items",
428+
Title = "{ColumnName} : {Key} - {ProductCount} Items",
429429
TitleColumnCount = 2,
430430
SummaryColumns = new ObservableCollection<ISummaryColumn>()
431431
{

0 commit comments

Comments
 (0)