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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataGridView: Flip rows and columns

Status
Not open for further replies.

UdoScheuvens

Programmer
Apr 12, 2001
42
DE
Hello,

I would like to flip the rows and columns of a DataGridView without losing all the possibilities and strategies of this control (regarding the column data types, data binding and so on).

I found nothing in this direction, does anybody have an idea how to make it work?

Udo
 
If this is for display only, then you could use a ReportViewer control in conjunction with a Matrix.

But no, I don't know of a way to pivot a DataGridView.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top