Skip to content

Commit 09922ed

Browse files
ntachevadimodi
andauthored
Update treeview/rename-node/readme.md
Co-authored-by: Dimo Dimov <[email protected]>
1 parent c23abff commit 09922ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

treeview/rename-node/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ If you want to add editing capabilities to your treeview, the most straight forw
99
1. Put that component in the <a href="https://docs.telerik.com/blazor-ui/components/treeview/templates" target="_blank">`ItemTemplate`</a> of your treeview.
1010
1. Pass to that component the current item that it will render and edit.
1111
* We pass it as a parameter to the child component.
12-
1. Raise an event after an item was edited so the parent treeview can re-render if/as necessary.
13-
* In this sample we fetch the data from the mock database every time to ensure it is fresh and we get other people's edits. In your case you can choose when and how to make updates.
12+
1. Raise an event after an item was edited so the parent treeview can re-render.
13+
* In this sample we fetch the data from the mock database every time to ensure it is fresh and we get other people's edits. In your case you can choose when and how to make updates.

0 commit comments

Comments
 (0)