Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataGridView multi-column headers 1

Status
Not open for further replies.

RichS

Programmer
Apr 24, 2000
380
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top