I am a new user of your component library and after a few days of trying really hard, I am quite frustrated by not being able to use Syncfusion controls on an ordinary ASP.NET MVC Project. I am using Visual Studio 2013 to develop ASP.NET MVC 5 Apps which can benefot from SyncFusion components, however, I haven't found a way to do it without losing a part of functionality in the project.
I tried creating an ASP.NET MVC project in VS2013, right clicking on it and converting it to SyncFusion, it allows me to use some components like RTE but for example a very simple Grid that is supposed to be bound to a Model (which itself is an IEnumerable) simply doesn't work and constantly says the Model is empty (while it is not).
I tried creating an app initially using the SyncFusion Template added to the Visual Studio, but I realized the structure of the app is different from the orginial ASP.NET MVC App that Microsoft has equipped in the VS, and for various reason I do not want a modified version.
I tried reating an ASP.NET MVC project in VS2013, and installing SyncFusion MVC using the NuGet, the grid works, the RTE doesn't.... Do you guys have a real simple and comprehensive guide, on how to just use SyncFusion controls on an ordinary MVC app, successfully?