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 am using GroupingGridControl with 2 levels of nesting, when i resize the columns the nested columns remains of same length. Is there any way to synchronize the width of both level, either automatic or manual
ADAdministrator Syncfusion Team September 14, 2004 02:27 PM UTC
Hi Naveed,
Try to listen to the TableDescriptor.Columns.Changed event and then set the Column.Width of the Columns collection for the related tables.
Stefan