This is a migrated thread and some comments may be shown as answers.

Grid Editing with ASP.NET MVC and LinqtoSql Entity Framework

1 Answer 178 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Randy
Top achievements
Rank 1
Randy asked on 23 Jul 2013, 10:47 PM
Sorry if this has been covered somewhere, but I'm new to Kendo and am having trouble finding examples and/or documentation on this.

Basically I'm trying to figure out how to leverage a LinqtoSql entity framework in a .NET MVC application to handle edits/updates/deletes to my database with a Kendo Grid. I'm coming from an AJAX .NET webforms (so not even MVC!) world where tying a .NET grid to a LinqDataSource was pretty much all you needed to handle CRUD operations.

Thanks!

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 25 Jul 2013, 09:30 AM
Hello Randy,

All of our offline demos (which code is also available in the online demos) demonstrate how to use the Grid with Entity Framework as an ORM. 

You can find the demos in the following folder by default if you have installed the extensions with the msi installer.

C:\Program Files (x86)\Telerik\Kendo UI for ASP.NET MVC Q2 2013\wrappers\aspnetmvc\Examples

Do not forget to follow the documentation to implement basic operations such as reading and updating.

http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/helpers/grid/ajax-editing

Also you can find demos in the code library which again use the EF and the Northwind database as a back-end.

http://www.kendoui.com/code-library/mvc/grid.aspx


Kind Regards,
Petur Subev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Randy
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or