Row Details Grid for Q3 (extended)

Thread is closed for posting
8 posts, 0 answers
  1. 1BC531F4-332D-4B88-97E3-6075D7A5C61E
    1BC531F4-332D-4B88-97E3-6075D7A5C61E avatar
    3000 posts
    Member since:
    May 2009

    Posted 16 Nov 2010 Link to this post

    Requirements

    RadControls version  

    2010 Q3

    .NET version 

    2.0 +

    Visual Studio version

    2008 +

    programming language 

    VB.NET, C#


    PROJECT DESCRIPTION
    I recently had the need to extended the RadGridView Row Details grid and thought that others may also find it useful. The extended RadGridView Row Details Grid allows the standard functionality of showing the row details on the selected row, plus the ability to show the row details for all rows, and show and hide all row details, whether you are viewing row details for a single row, or for all rows. 

    Hope that someone finds this of use.
    Richard
  2. 390E3918-8CB9-43C1-8251-44213CAECA77
    390E3918-8CB9-43C1-8251-44213CAECA77 avatar
    2333 posts
    Member since:
    Dec 2016

    Posted 29 Nov 2010 Link to this post

    Hello Richard,

    Thank you for sharing this project with the community. I updated your Telerik points accordingly. 

    Best wishes,
    Jack
    the Telerik team
    Get started with RadControls for WinForms. Watch the numerous videos.
  3. CCF2896D-C5B0-4A75-B2BC-3A79513116F4
    CCF2896D-C5B0-4A75-B2BC-3A79513116F4 avatar
    1 posts
    Member since:
    Feb 2010

    Posted 25 Oct 2011 Link to this post

    Hello 

    could you help me about, how can I get under the childgridview selected row[0].value ?

    I can get radgridview1.currentrow.cells[0].value (radGridView1.CurrentRow.Cells[0].Value.ToString()) but I can't get childgridview selected row or current row !!.. 

    please help urgent.. 


    Many thanks,

    gürkan

  4. 390E3918-8CB9-43C1-8251-44213CAECA77
    390E3918-8CB9-43C1-8251-44213CAECA77 avatar
    2333 posts
    Member since:
    Dec 2016

    Posted 28 Oct 2011 Link to this post

    Hi S. Gürkan Türe,

    I am not sure that I understand correctly your question. There is only one current row in RadGridView and it can be accessed every time by using RadGridView.CurrentRow property. It affects also child views. However, child view should be selected in order to affect the CurrentRow property. Please elaborate a bit more and describe your scenario in detail. I will be glad to help further.

    I am looking forward to your reply.
     
    Best wishes,
    Jack
    the Telerik team

    Q2’11 SP1 of RadControls for WinForms is available for download (see what's new); also available is the Q3'11 Roadmap for Telerik Windows Forms controls.

  5. 9B0BB7B6-D150-4FFD-92BA-FD01E38F0AC0
    9B0BB7B6-D150-4FFD-92BA-FD01E38F0AC0 avatar
    1 posts
    Member since:
    Sep 2012

    Posted 08 Nov 2012 Link to this post

    It is really a nice UI. Thanks a lot.
    Regards
    Prabhakaran.R
    Chennai
  6. 8CCF97DA-E4EE-48EE-A1EA-E09BEFB0EBC0
    8CCF97DA-E4EE-48EE-A1EA-E09BEFB0EBC0 avatar
    13 posts
    Member since:
    Jul 2014

    Posted 27 Apr 2015 in reply to 1BC531F4-332D-4B88-97E3-6075D7A5C61E Link to this post

    Hi Richard,

    Very useful code.

    Is there any way a user can select and type in a details row in a RowDetailsGrid, or are they readonly ... only?

    Thank you.

  7. 6354DE16-1966-40C3-890A-01C1163701B4
    6354DE16-1966-40C3-890A-01C1163701B4 avatar
    1522 posts
    Member since:
    Apr 2022

    Posted 30 Apr 2015 Link to this post

    Hello Duncan,

    Thank you for writing.

    You can achieve this task by removing the ReadOnly setting for the grid and for the details column. Please note that we have an updated example in our demo application. It gets automatically installed together with our suite. The source code of the examples is located in the installation folder of the controls with the default location being: C:\Program Files (x86)\Telerik\UI for WinForms Q1 2015\Examples\QuickStart\GridView.

    I have also prepared a small example which can serve as a starting point and should get you going.
    Besides my project I am also sending you a screenshot of the result on my side.

    I hope this helps. Should you have further questions please do not hesitate to write back.

    Regards,
    Hristo Merdjanov
    Telerik
     

    See What's Next in App Development. Register for TelerikNEXT.

     
  8. 8CCF97DA-E4EE-48EE-A1EA-E09BEFB0EBC0
    8CCF97DA-E4EE-48EE-A1EA-E09BEFB0EBC0 avatar
    13 posts
    Member since:
    Jul 2014

    Posted 08 May 2015 Link to this post

    This is fantastic Hristo. Thanks for posting an example, and thanks for your help.
Back to Top

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