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

In depth of Detail Tables Of RadGrid

1 Answer 73 Views
Grid
This is a migrated thread and some comments may be shown as answers.
chaitanya elluri
Top achievements
Rank 1
chaitanya elluri asked on 17 Feb 2010, 06:14 AM
Hi All,

My requirement is as Follows:
1.Binding the HierarchicalData to the RadGrid Dynamically
(Achieved to bind the data dynamically up to the Fisrt Level
(i.e) MainGrid
    ----DetailsTables
                ----->GridTableView1
                ----->GridTableView2
                ----->GridTableView2
But not able to achieve the data as follows:
----DetailsTables
                ----->GridTableView1
                            ------------>DetailsTables
                                                    ------------>GridTableViewChild1
                ----->GridTableView2
                ----->GridTableView2


2.In the First GridTableView I need to have a Link Column
 ----DetailsTables
                ----->GridTableView1(having a linkButton Column)
                ----->GridTableView2
                ----->GridTableView2

3.When I click on the Link ,I need to redirect it to a new window with selected RowIndex
or the Selected Row Table-RowId(I mean the table PK Field ID) passed through query string .

I tried on  Pre-Render Event But Failed to get the selected row index and the Row Data.

Hope You understood it,else see the attached picture

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 17 Feb 2010, 02:20 PM
Hello Chaitanya,

The RadGrid.Items collection contains all items from all tables in the hierarchical structure of Telerik RadGrid. By simply looping through the collection you can access all data-bound items, their controls and so on.

More information is available here:
Traversing detail tables/items in Telerik RadGrid
Extracting parent row content on client selection in hierarchy

Best wishes,
Pavlina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
chaitanya elluri
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or