ItemEditTemplate
Telerik RadTreeView supports defining a DataTemplate that controls how the items can be edited through the ItemEditTemplate. This tutorial will walk you through the common task of creating and applying an ItemEditTemplate.
The definition of the RadTreeViewSampleData class is the same as in the Binding to Object article.
Defining a RadTreeView and an ItemEditTemplate
Example 1 demonstrates how to define a RadTreeView in xaml and setup a DataTemplate that will be used for editing the items. This DataTemplate is displayed when an item enters edit mode (for example after pressing the F2 key).
Example 1: Defining the ItemEditTemplate
Figure 1: Result from Example 1 in the Fluent theme
Don't forget to set the IsEditable property of your RadTreeView to True.