DataGridView and Merging Cells

  • Thread starter Thread starter Damir
  • Start date Start date
D

Damir

Hallo .Net Programers

Does anybody know how to merge cells in DataGridView like in FlexGrid in
VB6?
There was an method MergeCol and MergeRow.

I am using DataGridView without an DataSet, exactly for this reason, because
I need one row with 3 cols, and the next one with only one col.

Something like this

------------------------------------------------------
¦ some data ¦ some data ¦ some data ¦
------------------------------------------------------
¦ Some other data should be here ¦
------------------------------------------------------
¦ some data ¦ some data ¦ some data ¦
------------------------------------------------------
¦ some data ¦ some data ¦ some data ¦
------------------------------------------------------
¦ Some other data should be here ¦
------------------------------------------------------


Any help will be apriciated

Thanx in advance

Damir
 
Back
Top