or
<
telerik:GridViewDataColumn.CellEditTemplate
>
<
DataTemplate
>
<
TextBox
Text
=
"{Binding Path=., Mode=TwoWay, Converter={StaticResource NamespaceConverter}}"
/>
</
DataTemplate
>
</
telerik:GridViewDataColumn.CellEditTemplate
>
<
DataGridTemplateColumn.CellEditingTemplate
>
<
DataTemplate
>
<
TextBox
Text
=
"{Binding Path=., Mode=TwoWay, Converter={StaticResource NamespaceConverter}}"
/>
</
DataTemplate
>
</
DataGridTemplateColumn.CellEditingTemplate
>
<
Style
TargetType
=
"{x:Type telerik:RadTreeViewItem}"
>
<
Setter
Property
=
"ShowLoadingAnimation"
Value
=
"{Binding IsLoading}"
/>
</
Style
>