Combining different edit modes

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 09 Dec 2013 Link to this post

    Requirements

    RadControls version Q3 2013
    .NET version 4.0
    Visual Studio version 2012
    programming language C#, VB
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION

    This project demonstrates how to combine different edit modes in RadGrid.The main idea behind this approach is to fire custom commands for different edit modes in such manner, so they could be parsed to GridEditMode type. Currently, the available edit modes are: "PopUp", "InPlace", "EditForms" and "Batch".

    Due to the specifics of "Batch" edit mode, when combining with other edit modes, custom CommandItemTemplate should be defined (as demonstrated in the attached project) and the "Add new record", "Save changes" and "Cancel changes" should be manually executed on the client.
Back to Top

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