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

ExpandCollapse column for each detail table in hierarchial grid

2 Answers 31 Views
Grid
This is a migrated thread and some comments may be shown as answers.
major
Top achievements
Rank 1
major asked on 15 Sep 2010, 09:12 PM
I have a hierarchial grid where I display three detail tables for each parent record.
There is an expandCollapse column on the row of each parent record that the user can click on to display all three child tables.
I would like to know if I can JUST display the header names of each child table when a parent record is expanded. And each detail table header row will have an expandCollapse column to display the data.

INSTEAD OF THIS:
+  PARENT
        detail table header row
                details
        detail table header row
                details
        detail table header row
                details

I WANT THIS:
+  PARENT
        - detail table header row
        - detail table header row
        - detail table header row

2 Answers, 1 is accepted

Sort by
0
major
Top achievements
Rank 1
answered on 16 Sep 2010, 03:01 PM
anyone?
0
Tsvetina
Telerik team
answered on 21 Sep 2010, 09:35 AM
Hello,

The scenario which you describe is not a supported one by RadGrid. However, you can achieve similar look and functionality if you replace the detailtables with a NestedViewTemplate consisting of a RadPanelBar with two RadGrids in it. If you decide to do so, in order to optimize performance you can keep the RadPanelBar with Visible property set to false, until the row holding it is expanded. You can see what I mean in this forum post.

Kind regards,
Tsvetina
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
major
Top achievements
Rank 1
Answers by
major
Top achievements
Rank 1
Tsvetina
Telerik team
Share this question
or