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
Cells that spread across levels in UltraGrid ?
posted

have two groups in a band. One group has two levels ... the other group has one level.

I would like to make the cells under the columns in the second group span vertically across the two levels of the first group ...

Eg ...

+-------------------------------+-----------------------------+
|          Group 1                   |         Group 2                |
+-------------------------------+-----------------------------+
|   col1    |   col2     |   col3   |            |            |            |
+-------------------------------+           |            |            |
|             column 4               |   col5   |   col6   |   col7  |
+-------------------------------+---------+--------+---------+

Is this possible using the 2007 .Net components ?

R

 

 

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    The only way to get spanning like this is to use a RowLayout. You could set this up in the grid designer. But you can't use RowLayouts and groups together unless you have the latest release of NetAdvantage v9.1. This is a new feature we just added.

Children