We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Column Summaries to appear in same line

I have a grid with two GridSummaryColumnDescriptor items but I''d like them both to appear on the same line rather than a seperate for each GridSummaryColumnDescriptor. Is this possible? What is the purpose of the RowInRecord property? Thanks

1 Reply

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

Loader.
Live Chat Icon For mobile
Up arrow icon