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.
It is required that we set ShowCaptionSummaryCells == true, and that a caption summary row is displayed.
The problem I''m hitting is that the ResetWidth() method when called a grouped column, does not seem to take into account the width of any group caption rows, only the data rows. This results in group rows where the text on the grouped column is not visible.
What is the best way of solving this problem?
TIA,
D.
ADAdministrator Syncfusion Team October 8, 2004 01:19 PM UTC
Hi Dominic,
you are right - when column widths are calculated right now only the contents of records are considererd.
To fix this problem we recently added a new member property to GridSummaryColumnDescriptor. It is called MaxWidth and allows you to specifie the maximum length of the formatted text for this summary column. This value will be used for calculating the optimal width of a column. The default is the length of the Format text plus 5.
We are also trying to find a solution to make this automated but don''t have anything in place for that yet.
With 2.1.0.9 code the only way around is to manually set the column width.
Stefan