Remove Border Color After Clicked on RadButton

1 Answer 281 Views
Buttons, RadioButton, CheckBox, etc
RUNSystem
Top achievements
Rank 1
Iron
Iron
RUNSystem asked on 09 Aug 2022, 07:48 AM

Hi,

 

How can I remove the light-blue color after I clicked the RadButton and move away my cursor ?

This is when I clicked a RadButton and my cursor still hover on it

And this is when I move away my cursor from my last clicked RadButton. I want to remove that light-blue color (or maybe want to change to another color)

Thanks before.

1 Answer, 1 is accepted

Sort by
1
Accepted
Dess | Tech Support Engineer, Principal
Telerik team
answered on 09 Aug 2022, 08:36 AM

Hello,

The Fluent theme offers such a design for the RadButton control that the control has an accent border color when it is focused. If you want to eliminate the blue border, feel free to collapse the border element:

 this.radButton1.ButtonElement.BorderElement.Visibility = ElementVisibility.Collapsed;

An alternative approach is to customize the theme and uncheck the two applied borders for the IsDefault state:

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

RUNSystem
Top achievements
Rank 1
Iron
Iron
commented on 09 Aug 2022, 08:47 AM

That works just fine !

Thanks a lot :)

Tags
Buttons, RadioButton, CheckBox, etc
Asked by
RUNSystem
Top achievements
Rank 1
Iron
Iron
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or