I'm attempting to create a new Kendo UI for ASP.NET MVC 4 project using the MVC Wrappers, Telerik Data Access for the data access layer, and WebAPI controllers, but not having much luck getting all three to work together. It seems like it should be simple, but I'm not sure what I'm missing.
From the Data Access documentation, I can find examples of using Data Access with MVC or Data Access with WebAPI. From the Kendo side of things, I can find tutorials on WebAPI and MVC Wrappers, the Binding to a Web ApiController sample project, the Facts on Using Kendo UI With ASP.NET WebAPI blog, and even the UI for ASP.NET MVC sample application has a grid using WebAPI. But none of these resources seem to use all three of the pieces I'm trying to fit together. I've tried studying the examples that use two of the three parts and modifying them to work with the third, but nothing seems to work.
Does anyone have a good, simple example of using a Data Access layer, with WebAPI, and MVC server wrappers or any pointers on how to modify the Binding to a Web ApiController project to use a Data Access layer instead?
Thanks!
From the Data Access documentation, I can find examples of using Data Access with MVC or Data Access with WebAPI. From the Kendo side of things, I can find tutorials on WebAPI and MVC Wrappers, the Binding to a Web ApiController sample project, the Facts on Using Kendo UI With ASP.NET WebAPI blog, and even the UI for ASP.NET MVC sample application has a grid using WebAPI. But none of these resources seem to use all three of the pieces I'm trying to fit together. I've tried studying the examples that use two of the three parts and modifying them to work with the third, but nothing seems to work.
Does anyone have a good, simple example of using a Data Access layer, with WebAPI, and MVC server wrappers or any pointers on how to modify the Binding to a Web ApiController project to use a Data Access layer instead?
Thanks!