So what happen is I have a Datagridview row that I want to process, but the display have to be like the following:
ID |
Name | Status |
Property1 |
a1 | Hyperlink |
a2 | Hyperlink |
a3 | Hyperlink |
Property2 |
a1 | Hyperlink |
a2 | Hyperlink |
a3 | Hyperlink |
Property3 |
a1 | Hyperlink |
a2 | Hyperlink |
a3 | Hyperlink |
Hyperlink |
Hyperlink |
Close Button |
I did my research but look like there is no merge property for datagridview. Is there any way to achieve this?