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

Material Theme Changed?

1 Answer 80 Views
Themes and Visual Style Builder
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 04 Jun 2018, 03:01 PM

Hello,

This morning I updated a project I am currently working on that is using the Material theme to the newest Winforms controls release. Before when I would click on a button, the button would do a little "click" visual effect and then that was it. Now when I click on a button it plays that effect and then the button turns purple. Was this theme changed and how do I fix this? Having a button turn purple is extremely distracting and will most likely confuse the users of my programs.

Thanks,

Matt

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 05 Jun 2018, 06:14 AM
Hi Matt,

We had a reports that there is no visual indicator for the focused button. This is why we have made the change in the theme. If you want to remove it you can set this in code:
this.radButton1.ButtonElement.SetThemeValueOverride(FillPrimitive.BackColorProperty, Color.White, "IsDefault", typeof(FillPrimitive));

You will need to do it for each button.

Should you have any other questions do not hesitate to ask.

Regards,
Dimitar
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Themes and Visual Style Builder
Asked by
Matt
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or