NR
Nirmal Raja
Syncfusion Team
May 23, 2010 02:23 PM UTC
Hi,
Thank you for your interest in Syncfusion products.
The GridGroupingControl can have a merged cells from its table model. The TableModel object of the GridGroupingControl holds the information of merged cells. You can specify or add the cells to be merged to the model
object with the range information.
Please refer the code below:
gridGroupingControl1.TableModel.MergeCells.Merge(GridRangeInfo.Cells(3, 3, 3, 4));
Let me know if you have any queries.
Regards,
Nirmal