Hi,
I downloaded and tested the sample application you provided and it works just like it should.
I created a new ASP.NET MVC application, Added the NuGet packages for:
Syncfusion.EJ2.MVC5
Syncfusion.EJ2.JavaScript
Syncfusion.Licensing
I then copied the code from the sample application across to the new application and also add the namespace for Syncfusion.EJ2 to the web.config file.
The new application didn't give any errors but also didn't display anything on the View.
After a bit of digging around I saw in _Layout.cshtml there is the line:
@Html.EJS().ScriptManager()
I added that to the new application and then it worked as expected.
However my existing application still does not work with the same code as the sample application.
I didn't get errors but also nothing shows on the View.
I added @Html.EJS().ScriptManager() to the _Layout.cshtml and now receive the following error when navigating to view.
Neill