2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
The following steps help manually add the EJMVC Schedule control into the new MVC 5 application.
Figure 1:Necessary assembly reference
[Web.config]
[Web.config]
[Web.config]
Figure 2: Adding necessary themes Figure 3: Adding necessary scripts
[Layout.cshtml] <link href="~/Content/ej/default-theme/ej.widgets.all.min.css" rel="stylesheet" /> <script src="~/Scripts/jquery-2.1.4.min.js"></script> <script src="~/Scripts/jsrender.min.js"></script> <script src="~/Scripts/jquery.easing-1.3.min.js"></script> <script src="~/Scripts/jquery.globalize.min.js"></script> <script src="~/Scripts/ej/ej.web.all.min.js"></script>
[Web.config]
[Layout.cshtml] <body> ------------------------ ------------------------ @Scripts.Render("~/bundles/bootstrap") @RenderSection("scripts", required: false) @Html.EJ().ScriptManager() </body>
[Index.cshtml] @Html.EJ().Schedule("Schedule")
Figure 4: Schedule control
Sample Link
|
2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.