Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
Fixed row headers and RowLayoutStyle.GroupLayout
posted

I understand that these are mutually exclusive.  My question is this:

1) Is there a way to fake it?  To get the result of fixed row headers even though fixing columns isn't an option?

or alternatively

2) Is there a way to have two levels of groups without using GroupLayout?

I have a report where the headers need to be three deep, like this:

It's a simple hierarchy, with items in the first row containing items in the second row, which contain items in the third row.  I'm only using GroupLayout because that's the only way I've found to achieve the above.  But if there's a way I can do it without GroupLayout, so that I could freeze the first column (because this report gets very long horizontally), that would be just as good.

Parents Reply Children
No Data