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

Problem with EnableEmbeddedSkins

2 Answers 125 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Daniel Palm
Top achievements
Rank 1
Daniel Palm asked on 08 May 2008, 09:25 AM
Hi,

I´m trying to use a custom skin on ToolBar for ASP.NET AJAX, but it keeps using the built-in skin.

I have set the attributes:
... EnableEmbeddedSkins="false" Skin="Default" ...

I have registered the CSS-files:
<link rel="stylesheet" type="text/css" href="Skins/ToolBar.css" />
<link rel="stylesheet" type="text/css" href="Skins/Default/ToolBar.Default.css" />

I have set up the Skins folder-structure.

Have I forgotten anything?

::Daniel

2 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 09 May 2008, 07:58 AM
Hello Daniel,

Everything should be fine with your settings. Please, refer to the attached demo project. Have you included the Toolbar folder with the images for the Default skin?


All the best,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Daniel Palm
Top achievements
Rank 1
answered on 12 May 2008, 01:30 PM

I removed the:
<link rel="stylesheet" type="text/css" href="Skins/ToolBar.css" />

and then it worked. I don´t know why...
Tags
ToolBar
Asked by
Daniel Palm
Top achievements
Rank 1
Answers by
Peter
Telerik team
Daniel Palm
Top achievements
Rank 1
Share this question
or