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 combine some cells in a DataGrid as one cell?

Hello all: I want to combine the following cells as one cell:(1,1),(1,2),(2,1),(2,);I had tried many methods, but no one could work. Will you please help me? Thanks.

1 Reply

AD Administrator Syncfusion Team August 11, 2005 08:03 AM UTC

You can use CoveredRanges for this. grid.Model.CoveredRanges.Add(GridRangeInfo.Cells(1,1,2,2));

Loader.
Live Chat Icon For mobile
Up arrow icon