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

Two lines buttons with primaryicon

1 Answer 78 Views
Button
This is a migrated thread and some comments may be shown as answers.
tito miky
Top achievements
Rank 1
tito miky asked on 28 May 2017, 01:34 PM

Hello,

   With version 2017.2.503.45 we different results than with version 2016.3.1027.45 for telerik:RadButton. See attached image.

How can we keep the former design?

Thank you

<telerik:RadButton runat="server" ID="chkUrlType" ToggleType="Radio" Text="URL" meta:resourcekey="URL" GroupName="IconType" Value="U" OnClick="chkUrlType_OnClick">
                                                      <Icon PrimaryIconUrl="/Content/MyHomeInterface/webUrl.png" />
                                                  </telerik:RadButton>
 
                                                  <telerik:RadButton runat="server" ID="chkFormType" ToggleType="Radio" Text="Formulario" meta:resourcekey="Form" GroupName="IconType" Value="F" OnClick="chkFormType_OnClick">
                                                      <Icon PrimaryIconUrl="/Content/MyHomeInterface/forms.png" />
                                                  </telerik:RadButton>
 
                                                  <telerik:RadButton runat="server" ID="chkGalleryType" ToggleType="Radio" Text="GalerĂ­a" meta:resourcekey="Gallery" GroupName="IconType" Value="F" OnClick="chkGalleryType_OnClick">
                                                      <Icon PrimaryIconUrl="/Content/MyHomeInterface/Gallery.png" />
                                                  </telerik:RadButton>

1 Answer, 1 is accepted

Sort by
0
tito miky
Top achievements
Rank 1
answered on 02 Jun 2017, 02:46 PM

I fixed with :

.RadButton .rbIcon {     display: inherit; } 

Tags
Button
Asked by
tito miky
Top achievements
Rank 1
Answers by
tito miky
Top achievements
Rank 1
Share this question
or