Hi there,
For Example I have the following class structures.
List<ParentA> which I populate and bind it to a radGridView.
This ParentA object contains a List of child objects that I want to display as Child rows per ParentA.
I have AutogenerateHierarchy set to true, but the children aren't now appearing. Is there something else I need to do to get them to display?
Thanks,
Brad