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.
ADAdministrator Syncfusion Team July 19, 2005 07:59 AM UTC
By default, the groupinggrid should autosize the columns when they are initially displayed? Is this not working for you? What version are you using?
If you want to do any further autosizing, the only autosize support that is currently available is what the tabelControl inherits from GridControlBase.
this.gridGroupingControl1.TableControl.Model.ColWidths.ResizeToFit(GridRangeInfo.Table());