We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Hierarchy Child Column Widths

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

4 Replies

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));

Loader.
Live Chat Icon For mobile
Up arrow icon