This question is locked. New answers and comments are not allowed.
Sorry for the simple question, but this does not work:
But this works:
<telerik:RadMenuItem > <telerik:RadMenuItem.HeaderTemplate> <DataTemplate> <TextBlock Text="{Binding Something}" /> </DataTemplate> </telerik:RadMenuItem.HeaderTemplate></telerik:RadMenuItem>But this works:
<telerik:RadMenuItem Header="{Binding Something}" />