GridDataBoundGrid Layout !

Hi,

I have a GridControl with some merged header ( Grid.jpg ) .

I want to know how to do the same thing with a GridDataBoundGrid ?
I don't see the property in design time.

Best regards,

Martin

Grid16.zip

2 Replies

AD Administrator Syncfusion Team February 27, 2007 05:07 PM UTC

Hi Martin,

Use the Model.CoveredRanges property of the grid to manage the covered ranges in a grid. Please try the attached sample and let me know if you are looking something different.

this.gridDataBoundGrid1.Model.CoveredRanges.Add(GridRangeInfo.Cells(1,0,this.gridDataBoundGrid1.Model.RowCount,0));

Sample: GDBGMergeCell.zip

Best regards,
Haneef


MB Martin Bonneville March 1, 2007 03:25 PM UTC

Hi,

Thanks you for your test program. Problem solved ! :-)

Best regards,

Martin

Loader.
Up arrow icon