Displaying additional info under selected row

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

    Posted 16 Mar 2006 Link to this post


    Requirements

    r.a.d.grid version

    3.0.3

    .NET version

    1.x

    Visual Studio version

    2002/2003

    programming language

    C#

    browser support

    all browsers supported by r.a.d.grid


    The example uses "ReadOnly" EditItemTemplate of GridTemplateColumn. You can change the text for the Edit column (for example, to show additional data):

    <radg:GridEditCommandColumn EditText="Show additional data" UniqueName="EditCommandColumn">

    Then you can show the readonly EditItemTemplate when you press the respective button. In addition, you need to change the UpdateText to empty string to prevent the displaying of this buttons. You can also change the CancelText to Close if you like:

    <EditFormSettings>
          <EditColumn UniqueName="EditCommandColumn1" 
           UpdateText="" CancelText="Close"
    ></EditColumn>
    </EditFormSettings>
     
  2. 979E5D40-F4EA-42C2-B17F-E45A822E9AA6
    979E5D40-F4EA-42C2-B17F-E45A822E9AA6 avatar
    1911 posts
    Member since:
    Jan 2017

    Posted 21 Dec 2007 Link to this post

    Hello All,

    A VS 2005 version of the project is attached to this message.

    Regards,
    Konstantin Petkov

    the telerik team
Back to Top

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