Datagrid: Merge Cells

  • Thread starter Thread starter Peter Zausch
  • Start date Start date
P

Peter Zausch

Hello,

is it possible to merge cells in a datagrid ? In the MS Flexgrid it was
possible if cells have the same content.
In the datarid i did not found any corresponding function.

Regards

Peter
 
Peter,

It is not possible to merge cells in the current DataGrid. I'm not sure
if the DataGridView control in .NET 2.0 can do it, but it's worth checking
out.

You might have to resort to a third party control to do this.

Hope this helps.
 
Back
Top