Created
March 2, 2012 19:20
-
-
Save selaromdotnet/1960567 to your computer and use it in GitHub Desktop.
Kendo UI in Sitefinity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<sf:ResourceLinks id="resourcesLinks1" runat="server"> | |
<sf:resourcefile javascriptlibrary="JQuery" /> | |
<sf:ResourceFile Name="Telerik.Sitefinity.Resources.Scripts.Kendo.kendo.all.min.js" Static="True" /> | |
<sf:ResourceFile Name="Telerik.Sitefinity.Resources.Scripts.Kendo.styles.kendo_common_min.css" Static="True" /> | |
</sf:ResourceLinks> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like the Kendo bits are embedded within Sitefinity after all, but so far I haven't found the themes/skins. Stay tuned while I investigate!