The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I have displayed a bunch of data in the grouping grid control and I have created groups based on one column. I have also added a summary row and it is working great. The summary row shows for each group.
I would like the summary row to show for each group even when the group is colapsed. Or even better, let the summary row be the row that shows the title when it is colapsed.
How do I do this. Thanks again.
P.S. I am really enjoying the syncfusion package, very professional.
ADAdministrator Syncfusion Team November 2, 2004 08:40 AM
There is a property, this.gridGroupingControl1.ChildGroupOptions.ShowGroupSummaryWhenCollapsed, that should allow the summaries to show when the group is collapsed.
Also, if you want the summary to show in teh caption, you can set the grid.ChildGroupOptions.ShowCaptionSummaryCells. See this thread for some code.