Hello,
I'm very busy discovering the row layout capabilities of the grid. I have a Person collection with each an Order collection. When I customize the row layout of Band[0] (Person) to display in Card View the grid doesn't display the hierachy anymore (in this case the Orders which belong to Person).
It isn't possible to have Card View on a parent Band and still show the hierarchy of a collection of objects?
Thanks in advance for answering.
Cards do not support displaying child rows. There's no way around that. maybe you could use RowLayouts to arrange the columns how you want them without using CardView. That's about the closest you can get.
Oh I'm really sorry!
Here's my answer:
http://ko.infragistics.com/help/topic/256893CA-9B6A-47B8-A1BD-A272875BB362
But now I've got kind of a problem though. I can't really get the row to look like what I want without using Card View...