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

[Solved] css registration does not work

1 Answer 91 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Frank Michael
Top achievements
Rank 1
Frank Michael asked on 01 May 2010, 12:53 AM
I have this code
Html.Telerik() 
                .StyleSheetRegistrar() 
                .DefaultGroup(group => group 
                          .Add("telerik.common.css"
                          .Add("telerik.sitefinity.css"
                          .Add("Site.css"
                          .Add("Silverlight.css"
                          .Add("print-styles.css"
                          .Combined(true
                          .Compress(true)) 
                .Render(); 

Site.css Silverlight.css and print-styles.css are located in Folder Content while telerik.common.min.css and telerik.sitefinity.min.css is located in a subfolder of Content/2010.1.309/


1 Answer, 1 is accepted

Sort by
0
Frank Michael
Top achievements
Rank 1
answered on 01 May 2010, 12:53 AM
And it is difficult to debug. How can I find out, what the error is?
Tags
General Discussions
Asked by
Frank Michael
Top achievements
Rank 1
Answers by
Frank Michael
Top achievements
Rank 1
Share this question
or