Hello
I have a grid that (simplifying the example for illustration purposes) contains two rows in the main band (lets call the main band "Query"). Each row contains a subband (lets call it "Results"). The first column of the subbands is of type string and the remaining (data-dependent) columns are of type double.
I need this:
The first row's subband to contain 4 data-dependent columns (plus the first string column)
and
the second row's subband to contain 8 data-dependent columns (plus the first string column).
Is this possible? What I seem to end up with is the subbands of both rows (in the first band) contain 8 data-dependent columns, with the first row's 'extra' 'unwanted' columns being left blank.
Kind regards
Kostas.
It doesn't make sense since the second band is using the same object type for all rows. You need to create three bands for that. The second and third bands need to contain one row.
However, you can also hide cells so it will look like there is no column there.
What doesn't make sense? I just want the second band's columns to be independent / different for each parent row (i.e. rows 1 and two of band "Query" in my example).
I understand this functionality does not exist in the windgrid as it stands, I was just wondering if there are other ways to do it.