How to move the coverdranged row ?

In GDBG version 4, I implemented MultiHeader using the following example. Me.gridDataBoundGrid1.Model.Rows.HeaderCount = 2 Me.gridDataBoundGrid1.Model.CoveredRanges.Add(GridRangeInfo.Cells(1, 1, 1, 3)) Me.gridDataBoundGrid1(1, 1).Text = "Test" Is there any way to move the 0th row which is set by column of datasource? I''d like to move the row that is coverdranged to the top row of the table. Any ideas ? Thank you in advance.

1 Reply

AD Administrator Syncfusion Team April 10, 2006 10:56 AM UTC

Hi, The default column header text(data source column name) always display at the top. So to get the intent behavior the default column header row can be hidden and the column name can be displayed in an extra header row. Sample attached. Regards, Calvin.

42898.zip

Loader.
Up arrow icon