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).