This question is locked. New answers and comments are not allowed.
Hi,
I have a question about that feature. I am using MVVM commands to implement SelectionBehavior, but there is an error saying wrong syntax on that line.
Is there a way to bind it to a command?
Thank you.
Best Regards
Sarper
I have a question about that feature. I am using MVVM commands to implement SelectionBehavior, but there is an error saying wrong syntax on that line.
<chart:RadPieChart.Behaviors>
<telerik:ChartSelectionBehavior SelectionChanged=
"{Binding CategorySelectCommand}"
/>
</chart:RadPieChart.Behaviors>
Is there a way to bind it to a command?
Thank you.
Best Regards
Sarper