I''d like to add a summary row with column summaries of each column lined up with the respective columns in a GDBG. What is the easiest way to do this?
I managed to do the above with a GridGroupingControl (GGC), but I could only get the first column''s summary to display. I added summaries for 2 columns through the design interface in VS .NET. Is there a property I''m forgetting to set which will let the columns line up for both column summaries? Ideally, I''d want this to be done with a GDBG, but if it''s messy there, a GGC is fine.