I'd like to display a child collection of my grid's object data source in the detail item template but I'm not sure how to do the databinding.
The grid is bound using the NeedDataSource event. and there are no available DataKeys that I can use because it builds the data in the code-behind.
How do I bind the child collection to a detail template so I can display in a grid-like format?