Setting selected item and its child items in edit mode from CommandItem button

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 07 Jun 2006 Link to this post

      

    Requirements

    RadGrid for ASP .NET version

    RadControls for ASP .NET AJAX version

    3.2.0 and later


    2008.1.415 and later

    .NET version

    2.0 and later

    Visual Studio version

    2005 and later

    Programming language

    C#

    Browser support

    all supported by RadGrid for ASP .NET


    all browsers supported by RadControls for ASP .NET AJAX


     
    PROJECT DESCRIPTION
    The application illustrates how to edit selected grid row from the master table along with all child rows for expanded detail table. The operation takes place when you hit the link button inside the CommandItemTemplate of the MasterTableView. If the selected item is not expanded only that very item will be turned in edit regime.

    The main idea is to set Edit property for the selected parent item and its ChildItem.NestedTableViews[0].Items to true and rebind the grid.
     
Back to Top

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