Hello,
I'm sorry, but I'm in the dark here and did not undestand your advise.
How can I use the DelegateCommand here? That's the main problem...
I checked the example that you talk about and he use the radMenuClick event in the Code-Behind and then I can send to the ViewModel. The headers are using Localization and can in any language, that's why I can't use this way.
I try to create a DelegateCommand in the
MenuItemViewModel
public
DelegateCommand OnClick { get; set; }
and in the XAML do this
<
local:MenuItemViewModel Content="List of clients" Type="SpecialLink" OnClick="{Binding ClientListCommand}" />
With this I get an error
Object of type 'System.Windows.Data.Binding' cannot be converted to type 'Telerik.Windows.Controls.DelegateCommand'.
Is there a way to do this!?!??!
regards
Paulo Aboim Pinto
project: bizSimplex.com