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
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.