Merging Cells in Virtual Grid


Hi ... How can i merge 2 cells in virtual grid ..

i have tried the following code but it did'nt work

e.Style.MergeCell = GridMergeCellDirection.ColumnsInRow

1 Reply

AD Administrator Syncfusion Team December 6, 2006 09:12 AM UTC

Hi Ubaid,

The VirtualMergeCell Browser sample demonstrates the dynamic merge cells. It uses the derived GridControl and the GridModel to handle this task. For more static merge cells, all you have to do, is to the properties that are shown below while going through the work of the deriving classes to override methods in order to implement dynamic merging.

Here is a path.
[install drive:]\Syncfusion\Essential Studio\4.3.0.25\windows\Grid.Windows\Samples\Quick Start\VirtualMergeCell\

Best Regards,
Haneef

Loader.
Up arrow icon