Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > General Discussions > Override the CSS file from View

Not answered Override the CSS file from View

Feed from this thread
  • Manasa avatar

    Posted on Jul 3, 2012 (permalink)

    Hi ,

    i am using the CSS file reference in Layout.cshtml  (master page)

    @(Html.Telerik().StyleSheetRegistrar().DefaultGroup(group => group.Add(

     

    "telerik.outlook.min.css").Combined(true).Compress(true)))

     


    i want to overide this CSS file refrerence from my View.
    i have a View called "pnlCalender" , i wish to use the different CSS file for this view alone.

    Plese let me know if this can be achived.


    Reply

  • Pedro avatar

    Posted on Jul 10, 2012 (permalink)

    Why not just add:

    <link href="@Url.Content("~/Content/2012.1.419/telerik.outlook.min.css")" rel="stylesheet" type="text/css" />
     
    To the top of your view page?

    Pedro

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > General Discussions > Override the CSS file from View