Carl
asked on 23 Jul 2026, 05:42 PM
| edited on 03 Aug 2026, 03:29 PM
I have a hierarchical grid that looks like this:
However, I need it to look like this:
I need the two tabs with the caption table to follow one another on the 3rd level rather than exist side-by-side. How do I accomplish this?
Thanks
Carl
1 Answer, 1 is accepted
0
Martin Ivanov
Telerik team
answered on 28 Jul 2026, 09:25 AM
Hello Carl,
You can achieve similar visualization by using the grouping or hierarchy feature of RadGridView. This will allow you to create a hierarchy of items with the Payments and Returns values at the bottom.
The problem now is the headers are not looking right.
When collapsed they look like this:
When I expand it looks like this:
I don't need the first Returns header. I need the first grid to be captioned as Payments and the second as Returns, preferably with a gray bar to offset it from the data.