Skip to content

Commit 1e3ff08

Browse files
Update knowledge-base/updating-external-ui-after-commit-edit-net-maui-datagrid.md
Co-authored-by: Yordan <[email protected]>
1 parent a02a880 commit 1e3ff08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/updating-external-ui-after-commit-edit-net-maui-datagrid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class CommitEditCommand : DataGridCommand
4848
var context = (EditContext)parameter;
4949
this.Owner.CommandService.ExecuteDefaultCommand(DataGridCommandId.CommitEdit, context);
5050

51-
// Update external UI element after committing the values
51+
// Update external UI element after committing the values.
5252
double total = _dataContext.Totale;
5353
_externalLabel.Text = "Importo Totale: " + total.ToString();
5454
}

0 commit comments

Comments
 (0)