AD
Administrator
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
AD
Administrator
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.
AD
Administrator
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
AD
Administrator
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));