lining up colums in a summary row

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.

1 Reply

AD Administrator Syncfusion Team June 25, 2004 09:29 PM UTC

Here is a link to a KB that has a sample of how you can add a summary row to a GridDataBoundGrid. You can copy the class used there to you project and get a summary row in a straight forward manner. http://www.syncfusion.com/Support/article.aspx?id=10398

Loader.
Up arrow icon