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.
Thanks for your help - solution works pretty good but I couldn't fit cell size to new text.
Fortunately, I found another solution. All I needed to do was change DragColumnHeaderText property value in GridGroupDropArea.
DYDeivaselvan Y Syncfusion Team October 15, 2018 12:00 PM UTC
Hi Dariusz,
Thanks for the update.
As you updated, the cell size can be changed based on the new text by setting the DragColumnHeaderText property of GridGroupDropArea as your new text. Please refer to the below code,
Code example
//To set the DragColumnHeaderText property.
gridGroupingControl1.GridGroupDropArea.DragColumnHeaderText = "New Text";
Regards,
Deivaselvan
Need More Help?
Get personalized assistance from our support team.