0

Hope someone can point me in the right direction in accomplishing this. Trying to group rows of a data bound DataGridView in winform c# application, and have the row header span across the group. I have the DataGridView grouping and displaying the results, but not having any luck getting the row header to span. Tried this link How to Merge DataGridView Cell in Winforms but couldn’t get it adapt to what I need.

enter image description here

Community
  • 1
  • 1
JamesHussey
  • 23
  • 1
  • 4
  • The link only shows how to get rid of the separating borders, it doesn't show how to merge the cells because it isn't possible with `DataGridViews`. If that's not good enough you are out of luck. – TaW Nov 27 '15 at 16:11

1 Answers1

0

This page might help you. You can do this by handling the cellPaint event.