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
275
Different columns in sub band of each row
posted

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.

Parents
No Data
Reply
  • 17259
    Offline posted

    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.

Children