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

Implementint Metro Ui pre release

1 Answer 65 Views
Visual Style Builder
This is a migrated thread and some comments may be shown as answers.
Jan
Top achievements
Rank 1
Jan asked on 06 Oct 2011, 09:37 AM
Hi guys,

I'm trying to implement Metro theme from this page:
http://www.telerik.com/support/skins/details/metro-skin-for-asp-net-ajax.aspx

I downloaded it added as a theme

MetroInVisualStudio.png

And registered in web config with those AppSettings

 
<appSettings>
  <add key="Telerik.EnableEmbeddedSkins" value="false" />
  <add key="Telerik.EnableEmbeddedBaseStylesheet" value="false" />
  <add key="Telerik.Skin" value="Metro" />   
</appSettings>


And get this result : metroresult.png

What I need to do more? Thanks

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 10 Oct 2011, 03:36 PM
Hi Jan,

it seems that one or more of the resources has not been added properly to the page. However, I could not tell why exactly. It could be related to IE 31 CSS limitation (if this happens in IE only), or something else.

To be able to help you further, we will need a working sample of your project, so we could test it locally on our machines. Open a support ticket, and send us your project in order to provide further help.

You could also try to remove the following line from your code to check if it gonna work:

<add key="Telerik.EnableEmbeddedBaseStylesheet" value="false" />

When you use custom theme, usually you should not disable the base CSS file, but only the skins specific. Base CSS file controls the main layout of the controls such as floats, margin, padding etc. If it is disabled, it is possible to have the skin specific styles - colors, background colors etc. but the controls to be with a broken layout.

All the best,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Visual Style Builder
Asked by
Jan
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or