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

RadFormDecorator error on cross browser

1 Answer 64 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
ismail
Top achievements
Rank 1
ismail asked on 14 Oct 2011, 02:35 PM
Hi,
In my project I have asp buttons, checkboxes and already have telerik buttons, grids etc. I want to set a custom skin for all of them.
In master page I put a skinmanager and formdecorator elements and set my custom skin. I used both of them because If I use only formdecorator asp controls affected from skin not telerik controls, or If I use only skinmanager, telerik controls affected from skin not asp controls. So I used all of them.
1- Are there a solution about using only one component for setting a skin to all controls(Asp and Telerik)
2- After building project, in Google Chrome there is no problem in skin, everything is working fine but in IE 9 all controls are looking very bad, in Firefox skin is working but positions are wrong. How can I solve?
In attachments you can see screen captures for Chrome, IE and Firefox.

Thank you.

1 Answer, 1 is accepted

Sort by
0
Niko
Telerik team
answered on 19 Oct 2011, 08:57 AM
Hello Ismail,

Please, review the following article for a variety of ways to specify the skin of the controls - http://www.telerik.com/help/aspnet-ajax/introduction-skin-registration.html. In your case the best option is to use the web.config AppSettings key approach:
<appSettings>
    <add key="Telerik.Skin" value="Web20" />
</appSettings>
As far as your second question is concerned, I will need a sample runnable application that reproduces the issue so that I can check it on my end. For that I suggest you open a support ticket and attach the project in there.

Hope this helps.

Best wishes,
Niko
the Telerik team
Explore the entire set of ASP.NET AJAX controls we offer here and browse the myriad online demos to learn more about the components and the features they incorporate.
Tags
FormDecorator
Asked by
ismail
Top achievements
Rank 1
Answers by
Niko
Telerik team
Share this question
or