Submit form containing grid along with other input elements

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

    Posted 01 Aug 2012 Link to this post

    Requirements

    Kendo UI Suite and Version

    2012.2.710  

    jQuery Version

    1.7.1  

    Supported Browsers and Platforms

    All supported by Kendo UI  

    Components/Widgets used 

    Grid  

    ASP.NET MVC Version

    4.0


    PROJECT DESCRIPTION 
    This code library shows an approach how to submit a form which contains a Grid and other input elements. 
    There are several disadvantages using this approach:
    • all the items in the grid will be submitted (no matter if they are edited or not)
    • if paging is enabled only the items which are on the current page (displayed) will be submitted 
    • the grid must be configured and stay with ServerOperation(false)
Back to Top

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