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
3550
Summary on two columns
posted

The summary of the column + its title is too big, and doesnt fit into one column.

I want to have the value of the summary below one column but its description below the previous colums.

So in the following example, I want the actual sum, to be bellow the ColPremAmount column,

and the title: "Total premium" to be bellow the  previous column.

 

  <ig:SummaryRow ShowSummariesButtons="False" EmptyFooterText="">
                <ColumnSummaries>
                    <ig:ColumnSummaryInfo ColumnKey="ColPremAmount">
                        <Summaries>
                            <ig:Summary CustomSummaryName="Total premium" SummaryType="Sum" />
                        </Summaries>
                    </ig:ColumnSummaryInfo>
                </ColumnSummaries>
            </ig:SummaryRow>