Hi
I create a empty mvc5 project and use nuget update all component.
Then add syncfusion nuget source and find syncfusion.Aspnet.MVC5 and install it and it dependencies.
I add css and js about syncfusion at _layout.cshtml
<link rel='nofollow' href="~/Content/Site.css" rel="stylesheet" type="text/css" />
<link rel='nofollow' href="~/Content/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link rel='nofollow' href="~/Content/ej/web/gradient-lime/ej.web.all.min.css" rel="stylesheet" />
<script src="~/Scripts/modernizr-2.8.3.js"></script>
<script src="~/Scripts/jquery-3.1.1.min.js"></script>
<script src="~/Scripts/bootstrap.min.js"></script>
<script src="~/Scripts/jsrender.min.js"></script>
<script src="~/Scripts/ej/web/ej.web.all.min.js"></script>
last, add @Html.EJ().Button("button1").Text("12345") at some view and run.
but it can not render any button, What is the most procudure or component that I miss ?
Attachment:
result_bd13e614.zip