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!
Can you pls help me to increase the cell height of the 1st column to incorporate 2 lines of text with the 1st line in one font say Arail with size 20 and bold,and the 2nd line in another font say tahoma with size 9 and regular.
Thanks in advance
Supriya!
ADAdministrator Syncfusion Team June 27, 2003 06:31 AM UTC
In a GridControl, you set the row height with code like
this.gridControl1.RowHeights[1] = 30; // height of row 1
For a GriddataBoundGrid, you would use the gridDataBoundGrid1.Model.RowHeights.
You can also call RowHeights.ResizeToFit passing in a range to allow the grid to autosize the heights of the cells in the range.