This question is locked. New answers and comments are not allowed.
I have this for week tab of radScheculerview. <telerik:RadRibbonButtonText="WEEK" Style="{StaticResource CalendarNavigateViewButton}"Command="{Binding DC[NavigateToWeekCommand], Mode=TwoWay}"VerticalAlignment="Center"CommandTarget="{Binding ElementName=radScheduleDetails}"Click="RadRibbonButton_Click"Name="weekButton"/>
when i select(click) it, the text get bold. I want remove this text decoration (make bold to normal) when i click on a separate button. What i tried is this.
weekButton.FontWeight = FontWeights.Normal;But this doesn't effect. So how to set this font weight to the button.
Thank you in advance