Skip to content

Commit b9b4986

Browse files
radkostanevdimodi
andcommitted
chore: minor polishing
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
1 parent d6195c8 commit b9b4986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/refresh-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ This means that you need to ensure that the view-model will be updated as well,
371371

372372
* Update the local view-model data yourself with the information the grid event gives you (e.g., insert the new item in it, or remove a deleted item, or update the fields of an edited item). You can find similar code used in the [Grid - Inline Editing Live Demo](https://demos.telerik.com/blazor-ui/grid/editing-inline).
373373

374-
* It is important to ensure the change happens on the object the grid uses. Methods like `.FirstOrDefault()` will return a new reference and thus changing them will not trigger are UI update.
374+
* It is important to ensure the change happens on the object that the Grid uses. Methods like `.FirstOrDefault()` will return a new reference and changing them will not trigger a UI update.
375375

376376

377377
## See Also

0 commit comments

Comments
 (0)