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

RadButton Border removal

3 Answers 897 Views
Buttons, RadioButton, CheckBox, etc
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 28 Aug 2017, 08:33 PM

On certain forms, I want boderless Radbuttons.

I dont see a ShowBorders property, am I just missing it?

 

3 Answers, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 29 Aug 2017, 08:57 AM
Hello Jason, 

Thank you for writing.  

In order to remove the border for the RadButton, it is necessary to set the RadButton.ButtonElement.ShowBorder property to false.

I hope this information helps. Should you have further questions I would be glad to help.

Regards,
Dess
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Jason
Top achievements
Rank 1
answered on 29 Aug 2017, 04:22 PM

I went to the Edit UI Items, RadButtonElement and changed the ShowBorders to False, in Designtime, the borders are removed, however, when I run the program, the borders are still visible?

 

Is there somewhere else I need to set ShowBorders?

0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 30 Aug 2017, 10:43 AM
Hello Jason, 

Thank you for writing back. 

It is a known issue. You can track its progress, subscribe for status changes and add your comments on the following link: https://feedback.telerik.com/Project/154/Feedback/Details/137164-fix-tpf-element-hierarachy-editor-setting-the-showborder-property-of-radbutt

Currently, the possible solution that I can suggest is to set the value at runtime:
this.radButton1.ButtonElement.ShowBorder = false;

I hope this information helps. If you have any additional questions, please let me know. 

Regards,
Dess
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Buttons, RadioButton, CheckBox, etc
Asked by
Jason
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Jason
Top achievements
Rank 1
Share this question
or