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.
How do I set the column widths and row heights for Child Hierarchy row within a GridDataBoundGrid if I want them different than the parent row?
Thank you,
Steve
ADAdministrator Syncfusion Team December 9, 2004 06:28 PM UTC
BTW, I''m looking for something other than the LayoutColumns method which merges cells.
Thanks,
Steve
ADAdministrator Syncfusion Team December 9, 2004 11:28 PM UTC
Different colwidths in parent/child tables is not supported in a GriddataBoundGrid (orther than LayoutColumns). If you need this, you might want to use the GridGroupingControl which does supprt nested tables.
ADAdministrator Syncfusion Team December 10, 2004 10:24 PM UTC
Thanks for the info.
Can LayoutColumns merge several rows? In other words, I would like a big cell that spans several rows and columns.
Thank you,
Steve
ADAdministrator Syncfusion Team December 10, 2004 10:40 PM UTC
You can try just adding the range to the CoveredRanges collection.
this.gridDataBoundGrid1.Model.CoveredRanges.Add(GridRangeInfo.Cells(0,2,1,3));