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.
Hi,
I have an unbound grid, in which I am trying to display nested column and row headers. After populating the headers and data, I do a resize on the grid using the following code.
GridModelRowColSizeIndexer indexer = this.Model.ColWidths;
indexer.ResizeToFit(gridRangeInfo,GridResizeToFitOptions.ResizeCoveredCells);
The nested column header texts are fine, they do not wrap. The nested row header texts however, wrap if they have multiple cells under it.
How do I fix this issue. Any help is appreciated.
Thanks
ADAdministrator Syncfusion Team March 22, 2004 01:49 PM UTC
For your row headers, are you setting their style.WrapText = false?
If that is does not handle things, can you attach a picture showing the problem as I am not exactly sure what you mean by nested row headers.
RVRajesh VenkataramanMarch 22, 2004 02:03 PM UTC
Hi Clay,
It works fine. Thanks for your help
Regards,
Raj
>For your row headers, are you setting their style.WrapText = false?
>
>If that is does not handle things, can you attach a picture showing the problem as I am not exactly sure what you mean by nested row headers.