New to Kendo UI for jQuery? Download free 30-day trial

Use CRUD Operations When Grid Is Bound to ASP.NET MVC Action Methods

Environment

Product Progress® Kendo UI® Grid for jQuery

Your project might require the remote CRUD (Create, Read, Update, Destroy) data operations to use a Kendo UI Grid bound to ASP.NET MVC action methods.

To see the example on how to achieve this behavior, refer to this project. It is available in the GitHub repository for Kendo UI examples that use ASP.NET MVC.

To commit the destroy operations to the server, save the changes. Clicking Delete does not immediately hit the server.

See Also

In this article