[Solved] Hierarchical grid - multiple grid on same level

1 Answer 25 Views
GridView
Carl
Top achievements
Rank 1
Bronze
Iron
Iron
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

Sort by
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.

Regards,
Martin Ivanov
Progress Telerik

Modernizing a WinForms application? Use the AI-powered WinForms Converter to simplify migration to Telerik UI for WinForms.
Carl
Top achievements
Rank 1
Bronze
Iron
Iron
commented on 03 Aug 2026, 03:27 PM | edited

Martin

I finally got back to this and found this article which got me to where I need to be:

https://www.telerik.com/products/winforms/documentation/knowledge-base/pageview-mode-in-nested-gridview-levels

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.

My code is attached. What am I missing here?

Thanks

Carl

Tags
GridView
Asked by
Carl
Top achievements
Rank 1
Bronze
Iron
Iron
Answers by
Martin Ivanov
Telerik team
Share this question
or