I need to display data in the grid grouped by one property and then conditionally grouped by another property. For example:
Top Group 1
Sub Group 1
Data Row
Data Row
Data Row not in sub group (group name = “”)
Data Row 2 not in sub group
Top Group 2
Sub Group 2
Data Row
Data Row
Data Row not in Sub Group 2
Is there a way to display the grid as above? Possibly by canceling the sub grouping?