You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: treeview/rename-node/readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,5 +9,5 @@ If you want to add editing capabilities to your treeview, the most straight forw
9
9
1. Put that component in the <ahref="https://docs.telerik.com/blazor-ui/components/treeview/templates"target="_blank">`ItemTemplate`</a> of your treeview.
10
10
1. Pass to that component the current item that it will render and edit.
11
11
* 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