AD
Administrator
Syncfusion Team
June 10, 2004 06:02 PM UTC
Hi Jason,
You can add multiple GridSummaryColumnDescriptor elements to one GridSummaryRowDescriptor. The GridSummaryColumnDescriptor.DisplayColumn property lets you specify under which column the summary should be displayed in the grid.
GridSummaryColumnDescriptor elements that are added to the same row descriptor will be shown in the same row.
The RowInRecord property is initialized internally. The grouping grid loops through all row descriptors and assign the row index to each column. It returns the zero-based index of the row that the column belongs to.
Stefan