Is there a way to merge cells in datagridview of .net in winforms .I would like to merge two or more cells of a row .
+1
A:
You'll have to implement the OnPaint Event and do it yourself. Here is an example. You could also check out SourceGrid
SwDevMan81
2010-01-14 12:24:27