I'm trying to use a datagridview with a multi column header for visual appeal like:
Monday Tuesday
Open Close Open Close
6:00 10:00 6:00 10:00
12:00 5:00 12:00 5:00
Where the header would be the "Monday" and the "Open" and "Close" spanning the two columns of data: 6:00 and 10:00, etc. Even if I could just make it look like a multi-column header it would be an improvement. Has anyone done something similar, even with a different control type?
Monday Tuesday
Open Close Open Close
6:00 10:00 6:00 10:00
12:00 5:00 12:00 5:00
Where the header would be the "Monday" and the "Open" and "Close" spanning the two columns of data: 6:00 and 10:00, etc. Even if I could just make it look like a multi-column header it would be an improvement. Has anyone done something similar, even with a different control type?