I have a RadGridView that contains a HierarchyChildTemplate creating another RadGridView for each item in my collection. The collection is of ClassA objects and ClassA contains a collection of ClassB objects and an identifier. I would like to share columns across all the children RadGridViews. ClassA is essentially a grouping of ClassB objects where I can perform some validation among other things. This is what I would like the grid to look like
+ Instance of Class A
b.A b.B b.C
b.A b.B b.C
+ Instance of Class A
b.A b.B b.C
b.A b.B b.C
A treelistview almost does what I want but my tree is only one level deep and I would need a way to style the root parent row differently. I was hoping you might have some suggestions for how I can accomplish this. Thank you
+ Instance of Class A
b.A b.B b.C
b.A b.B b.C
+ Instance of Class A
b.A b.B b.C
b.A b.B b.C
A treelistview almost does what I want but my tree is only one level deep and I would need a way to style the root parent row differently. I was hoping you might have some suggestions for how I can accomplish this. Thank you