Cells merging in datagridview control - how?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, I wish to merge horizontally and/or vertically cells in a datagridview control, mostly in its header. Does anyone know how to do it? Thanks Programmer in trouble
You don't merge in the DataGridView control, merge the underlying datasource. i.e. DataTable.Merge(), or using the db query to merge results.
only two letters away from being an asset