Example of Node Editing in Blazor TreeView Component
The Blazor TreeView sample demonstrates the node editing functionalities of the TreeView
. Double click on the node or press F2
key on selected node to edit node's text in input textbox. Press enter
key or click outside of the input element to update the tree node text, or press esc
key to cancel the modified text.
- Hot Singles
- Rising Artists
- Live Music
The TreeView
component has the built-in option to edit and modify the node text in inline by enabling the AllowEditing property. More information about Treeview
can be found in this documentation section.