Skip Navigation LinksHome / Community & Support / Code Library / WinForms > GridView > Row Details Grid for Q3 (extended)

Not answered Row Details Grid for Q3 (extended)

Feed from this thread
  • Posted on Nov 16, 2010 (permalink)

    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

    Reply

  • Jack Jack admin's avatar

    Posted on Nov 29, 2010 (permalink)

    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.

    Reply

  • S. Gürkan TÜRE avatar

    Posted on Oct 25, 2011 (permalink)

    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

    Reply

  • Jack Jack admin's avatar

    Posted on Oct 28, 2011 (permalink)

    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.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / WinForms > GridView > Row Details Grid for Q3 (extended)