@Scripts.Render("~/bundles/jquery")
<link rel='nofollow' href="http://cdn.syncfusion.com/13.3.0.7/js/web/flat-azure/ej.web.all.min.css" rel="stylesheet" /> //You can also refer the local CSS file from your installed location.
<script src="~/Scripts/jquery.easing.1.3.min.js"></script>
<script src="~/Scripts/jquery.globalize.min.js"></script>
<script src="~/Scripts/jsrender.min.js"></script>
<script src="~/Scripts/ej/ej.web.all.min.js"></script>
<script src="~/Scripts/ej/ej.unobtrusive.min.js"></script>
@Scripts.Render("~/bundles/bootstrap")
@RenderSection("scripts", required: false)
</code>
We have prepared a schedule sample like converting from MVC application to Syncfusion MVC application which can be downloaded from the following location.
http://www.syncfusion.com/downloads/support/forum/120836/ze/Schedule-1215522928
Note: To use the CSS from your system installed location. Please try this location - <Installed location>\Syncfusion\Essential Studio\XX.X.X.XX\JavaScript\assets\css\web
For example : C:\Program Files (x86)\Syncfusion\Essential Studio\XX.X.X.XX\JavaScript\assets\css\web
We have provided 13 different theming support for our schedule control you can find those themes in the above mentioned location.
XX.X.X.XX – denotes the version of essential studio
Regards,
Sarath Kumar P K