This question is locked. New answers and comments are not allowed.
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
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?
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.
<link type="text/css" href="http://aspnet-skins.telerikstatic.com/mvcz/2012.1.301/telerik.common.min.css" rel="stylesheet"/><link type="text/css" href="http://aspnet-skins.telerikstatic.com/mvcz/2012.1.301/telerik.office2010silver.min.css" rel="stylesheet"/>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?