Grid bound to ASP.NET MVC action methods - CRUD operations

Thread is closed for posting
3 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 06 Mar 2012 Link to this post

    Requirements

    Kendo UI Suite and Version 2012.3


    jQuery Version 1.8.2


    Supported Browsers and Platforms All


    Components/Widgets used kendoGrid


    SQL Server Express 2008 R2 v.10.50.1600
     
    Visual Studio 2010
     

    PROJECT DESCRIPTION 
    This example illustrates remote CRUD(Create, Read, Update, Destroy) data operations using Grid bound to ASP.NET MVC action methods. Also available on github:https://github.com/telerik/kendo-examples-asp-net-mvc/tree/master/grid-crud
  2. 8B1BA3C7-9A2E-41C4-BC87-9A570EBBCB84
    8B1BA3C7-9A2E-41C4-BC87-9A570EBBCB84 avatar
    33 posts
    Member since:
    Nov 2011

    Posted 29 Mar 2012 Link to this post

    The Destroy operations seems can not work. It never hits the Back End code in Controller.
  3. 6C23224E-CB71-4D12-B58E-CA28ABCBD735
    6C23224E-CB71-4D12-B58E-CA28ABCBD735 avatar
    8462 posts
    Member since:
    Nov 2015

    Posted 29 Mar 2012 Link to this post

    Hello,

    You need to save the changes to commit the destroy operations to the server. Clicking the "Delete" button will not hit the server.

    Regards,
    Atanas Korchev
    the Telerik team
    Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.