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
125
Howto: Change height of Column summary row
posted

Hi,

I have the following grid; each row looks like

Combo1       field1   field2   field3
Combo2
Combo3

The layout is done using RowLayout.

Now my problem is, when adding summary's for the columns (field1-field3), the height of the summaryrow is the same as my details rows (3 combo's high). How can i adjust the row height for the summary row.

Thanks for any advice,

 

gr. Walter

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

        I don't think you can. The SummaryRow is going to use the same RowLayout as the grid rows. Does the field1 cell span 3 cells high? Or do you just have empty space in your grid?

        Perhaps you could use Groups and Levels to acheive the look you want instead of RowLayouts.  

Children