This question is locked. New answers and comments are not allowed.
RadPanel am creating dynamically and also need to add the ContextMenuTemplate the same as it would be this code via code behind in c #. Net?
<telerik:RadPane.ContextMenuTemplate>
<DataTemplate>
<telerik:RadContextMenu Loaded=
"RadContextMenu_Loaded"
>
<telerik:RadMenuItem Header=
"item"
/>
</telerik:RadContextMenu>
</DataTemplate>
</telerik:RadPane.ContextMenuTemplate>
I thank you