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

[Solved] GridView inside GridView

2 Answers 177 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Thomas
Top achievements
Rank 1
Thomas asked on 25 Aug 2010, 07:24 PM
I'm currently trying to find a simple way to display a RadGridView below a selected row. I have table style data associated with a row a user is selecting in the current RadGridView and it would look cleaner to display the rows beneath it. I'm currently trying out the RowDetails example that comes with the library, but I'm not sure this is really the best way to approach what I'm after.

2 Answers, 1 is accepted

Sort by
0
Nick
Top achievements
Rank 2
answered on 25 Aug 2010, 08:38 PM
If you take a look at %Program Files%\Telerik\RadControls for Silverlight Q2 2010\Demos\Examples\GridView\FirstLook\

You could drop your RadDataGrid where that example uses a RadTabControl, wouldn't that be what you want?
0
Pavel Pavlov
Telerik team
answered on 26 Aug 2010, 06:41 AM
Hi Nick,

More info on hierarchy and rowdetails in RadGridView you may find here:
http://demos.telerik.com/silverlight/#GridView/Hierarchy/CustomHierarchy
http://demos.telerik.com/silverlight/#GridView/Hierarchy/HierarchyChildTemplate
http://demos.telerik.com/silverlight/#GridView/Hierarchy/SelfReference

And for row details ( you can place anything in row details including another gridview )  :
http://demos.telerik.com/silverlight/#GridView/RowDetails

*sample source code is available there as well

Best wishes,
Pavel Pavlov
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
GridView
Asked by
Thomas
Top achievements
Rank 1
Answers by
Nick
Top achievements
Rank 2
Pavel Pavlov
Telerik team
Share this question
or