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

Does GridView supports Nested Grids with free structure?

1 Answer 34 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Nick
Top achievements
Rank 1
Nick asked on 03 Aug 2015, 12:13 AM

Hi,

Does ​GridView support nested grids with arbitrary structure that can vary between parent rows? For example:


=ObjectName=        =ObjectQuantity=

- The Book                  2
        =Chapter=     =Page=
        Chapter 1         3
        ....

- Kitchen Set              1
        =Item=      = Qty=    =Material=
        Knife            3           Stainless Steel 
        Cup              4           Porcelain
        ....

- Pencil                     50

- A4 paper                100

etc.

So it's not really parent-child / master-detail relationship, it's more like a flat list of objects where some objects might have nested data (and some might not).

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 03 Aug 2015, 07:26 AM
Hi ,

Thank you for writing.

RadGridView does not support such structure. What is can suggest it to have two grids and populate the bottom one based on the selection in the top This would be and way to present the needed functionality.

I hope this helps.

Regards,
Stefan
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
GridView
Asked by
Nick
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or