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";
Hello acozzi,
Thank you for contacting Infragistics.
I believe co-opting a summary to work as a caption is not the correct approach. I've attached a sample project which includes a CreationFilter that moves the regular grid caption below the grid. Please let me know if this is what you're looking for.
There are 2 issues with the example.
1) I have group by rows enabled and now the group by row is displayed behind the grid.
2) My grid is docked to fill a panel, however it rarely fills the entire panel. The Caption appears at the absolute bottom of the grid while I need it to display directly below the Summary Row.
Thank you for your response.
It's not currently possible to do exactly what you described. I suggest posting your idea at http://ideas.infragistics.com so our Product Management team can see it and so other users can vote on it.