This is a migrated thread and some comments may be shown as answers.

Find expanded row

1 Answer 65 Views
Grid
This is a migrated thread and some comments may be shown as answers.
max
Top achievements
Rank 1
max asked on 21 Apr 2011, 03:37 PM
I have a grid withcollapsable rows.    When the row gets expended, there is a link, which does module popup.  When I close the module popup, i would like to refresh everything in that particular row.  The expendad row has a datalist, and the collapsed row has some labels. How do I find the expended row and the collapsed portion of the row, so I can find my controls.  Basically I would like to refresh this whole row. But I am not sure how to find this row.  Any help?
Thanks

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 27 Apr 2011, 09:51 AM
Hello Max,

In a hierarchical grid, each item in the Items collection of a parent GridTableView has a ChildItem property of type GridNestedViewItem. This child item is the container for the nested child table(s). The GridNestedViewItem has a NestedTableViews property that holds the collection of all the detail tables for the parent table.

You can use these properties to access the detail tables of a row in the parent table. More information is available here:
http://www.telerik.com/help/aspnet-ajax/grid-accessing-cells-and-rows.html

All the best,

Pavlina
the Telerik team

 

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Grid
Asked by
max
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or