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
965
Can a Summary Row Span Multiple Columns?
posted

Hello,

 

I am working with Infragistics 13.1 and would like to add a Footer Caption to my ultragrid. The grid already contains one Summary Row and I'd like the caption to display after the Summary Row. Based on the research I did, it does not seem possible to place the caption below a summary row. As an alternative I added a 2nd Summary row and set the Summary Position = Left. In this implementation I am only getting 1/3 of the grid width to place my Caption which is not enough space. Is there a way to have a Summary Row span Multiple Columns?

 

Sample code for adding 2nd Summary Row

 

Band.Summaries.Add( "SummaryFooter"SummaryType.Count, Band.Columns["Year"], SummaryPosition.Left );
Band.Summaries["SummaryFooter"].DisplayFormat = "*Note: Columns with Blue Background are incomplete";