This is a migrated thread and some comments may be shown as answers.

RadRibbonButton change bold style

1 Answer 51 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
RR
Top achievements
Rank 1
RR asked on 13 Jan 2016, 07:17 AM
I have this for week tab of radScheculerview.  
<telerik:RadRibbonButton
Text="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

1 Answer, 1 is accepted

Sort by
0
Kiril Vandov
Telerik team
answered on 13 Jan 2016, 09:04 AM
Hello Roshan,

The RadRibbonButtons does not have such build in function(making the font weight bold)  when clicked. This can be caused by the CalendarNavigateViewButton style, however as we does not have access to that style we can not be sure. That is why I would like you to send us a sample project in which we can reproduce the issue.

Looking forward to hearing from you.

Kind regards,
Kiril Vandov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ScheduleView
Asked by
RR
Top achievements
Rank 1
Answers by
Kiril Vandov
Telerik team
Share this question
or