Hi,
I have the following grid; each row looks like
Combo1 field1 field2 field3Combo2Combo3
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
Actually... another option just occured to me. You could align the Summary to the Left, Right, or Center (instead of aligning it to a column). That should give you a summary on a single line. But, of course, that might not be what you want, either.
Okay, but my answer is stil the same. The Summary Row is going to use the same RowLayout as the regular rows. You might be able to acheive what you want using groups and levels, but that would only work if the extra field doesn't span more than one row.
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.