DataGridView - switch cols and rows
I really need the DGV to display its cols (fields) down the left (as rows) and the data (there's a single row) as another col. I can't see how to do this. Is this possible?
Thanks, R
I really need the DGV to display its cols (fields) down the left (as rows) and the data (there's a single row) as another col. I can't see how to do this. Is this possible?
Thanks, R
Yes - it looks that this solution (via a coded intermediate table) will indeed switch/pivot the rows/cols. But it also seems that we lose the DB auto-updating functionality. And also, we lose the ability to define col attributes (since these are now rows).
It seems a pity that the DataGridView doesn't have a way to just natively pivot!
Thanks for your help and time Chi, Roger