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

[Solved] Problem with CSS styling

1 Answer 39 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sascha
Top achievements
Rank 1
Sascha asked on 20 Mar 2012, 12:42 AM
Hi there!

I just started developing a MVC webpage using the Telerik Grid and I am fighting to get a good css style on it.
I am using the following code in my _Layout.cshtml
@(Html.Telerik().StyleSheetRegistrar().DefaultGroup(group => group.Add("telerik.common.css")
.Add("telerik.office2010silver.css").Combined(true).Compress(true)))</head>

Those files are located in Content/2012.1.301
Of course I tried the absolute path too.
So it points to remote css files on your servers and I can't use my own ones!?
Does anyone have an idea what's going wrong here?

1 Answer, 1 is accepted

Sort by
0
Patrick
Top achievements
Rank 1
answered on 01 Apr 2012, 10:14 PM
Find the section below in your web.config file and change true to false.

<telerik>
<webAssets useTelerikContentDeliveryNetwork="true" />
</telerik>

Your Chains are Broken! Yeah!
Tags
Grid
Asked by
Sascha
Top achievements
Rank 1
Answers by
Patrick
Top achievements
Rank 1
Share this question
or