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

Default style for button in Radgrid

1 Answer 113 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Steeve
Top achievements
Rank 1
Steeve asked on 03 Jan 2014, 09:07 PM
Hi,

I want to migrate Telerik to the version 2013.3.1217.40 and I notice that the button style in my EditFormSettings (usercontrol) has change.

I want to remove the default css for RadGrid_WebBlue input[type="button"] and to apply only mine.  I'm using the WebBlue skin with IE9.

My client like this skin except buttons!!!

I let you screenshot to explain what I'm trying to solve.

Thanks for your help

Steeve
<asp:Button ID="btnLinkEditCancel" runat="server" CssClass="Button" Style="margin-top: 6px;" ClientIDMode="Static" CommandName="Cancel" Text="<%$Resources:Application, Cancel %>" />

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 04 Jan 2014, 08:51 AM
Hi,

You can try using Telerik RadButton instead of asp button. To this the skin style will be applied by default, you can get any other style by setting its Skin property.

ASCX:
<telerik:RadButton ID="btnLinkEditCancel" runat="server" Skin="Hay" CommandName="Cancel" Text="Cancel". . >
</telerik:RadButton>

Thanks,
Princy
Tags
Grid
Asked by
Steeve
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or