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

How to merge cell in gridGroupingControl?

How to merge cell in gridGroupingControl,please help me.

Thank you very much

1 Reply

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

Loader.
Live Chat Icon For mobile
Up arrow icon