RC
Rajadurai C
Syncfusion Team
March 14, 2009 07:26 AM UTC
Hi Santosh,
Thanks for your interest in Syncfusion products.
To deal with merging of cells in a single column, the MergeCell property of column also has to be set. Please try the following code.
this.gridControl1.Model.Options.MergeCellsMode = GridMergeCellsMode.SkipHiddencells | GridMergeCellsMode.OnDemandCalculation | GridMergeCellsMode.MergeRowsInColumn;
this.gridControl1.ColStyles[2].MergeCell = GridMergeCellDirection.RowsInColumn;
Regards,
Rajadurai
AD
Administrator
Syncfusion Team
March 16, 2009 07:17 AM UTC
Hi,
This as helped me a lot.
Thanks once again
for u r quick response.