Posted 01 Feb 2012 Link to this post
You can define the Source property of your binding to the ViewModel:
<
RadioButton
IsChecked
=
"{Binding IsReduceByPercentEnable,Source="{StaticResource MyViewModel}", Mode=TwoWay}"
GroupName
"source"
Content
"By Percentage"
/>
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>