Adding Kendo CSS in Sitefinity 8.0

Posted by Community Admin on 04-Aug-2018 12:42

Adding Kendo CSS in Sitefinity 8.0

All Replies

Posted by Community Admin on 16-Sep-2015 00:00

Hi, 

I have been trying to add kendo.common.css and kendo.default.css from sitefinity 8.0 using Resource links. 

This is the following code snippet i used for the same:

 <sf:ResourceLinks ID="resourcesLinks" runat="server">
            <sf:ResourceFile JavaScriptLibrary="JQuery" />
            <sf:ResourceFile JavaScriptLibrary="KendoAll" />
            <sf:ResourceFile Name="Telerik.Sitefinity.Resources.Scripts.Kendo.styles.kendo_common_min.css" Static="True" />
            <sf:ResourceFile Name="Telerik.Sitefinity.Resources.Scripts.Kendo.styles.kendo_default_min.css" Static="True" />
        </sf:ResourceLinks> 

 

But the CSS files are not getting loeaded. Can any one please help me out. ? What is going wrong here? 

 

Posted by Community Admin on 16-Sep-2015 00:00

I found it referenced in one of the templates like this

 

<sitefinity:ResourceLinks ID="resourcesLinks" runat="server" UseEmbeddedThemes="true" Theme="Default">
    <sitefinity:ResourceFile Name="Telerik.Sitefinity.Resources.Scripts.Kendo.styles.kendo_common_min.css" Static="True" />
</sitefinity:ResourceLinks>

Posted by Community Admin on 17-Sep-2015 00:00

Thanks Steve, I will try this one.

This thread is closed