Skip to content

Commit a02a880

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

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
@@ -20,7 +20,7 @@ res_type: kb
2020
I want to display calculated values from two edited DataGrid cells in an external UI element, such as a `Label`. I use the `CommitEditCommand` in the UI for .NET MAUI DataGrid to run the calculation after editing the cells. However, the `CommitEditCommand` does not seem to have the updated cell values.
2121

2222
This knowledge base article also answers the following questions:
23-
- How to use `CommitEditCommand` to update external UI in .NET MAUI DataGrid?
23+
- How to use `CommitEditCommand` to update an external UI component in .NET MAUI DataGrid?
2424
- How to bind external UI elements to calculated cell values in .NET MAUI DataGrid?
2525
- How to handle updates after cell edits in .NET MAUI DataGrid?
2626

0 commit comments

Comments
 (0)