Is it possible to switch rows and columns in a datagridview?

前端 未结 5 740
夕颜
夕颜 2020-12-03 22:35

I have 10 records of data in a DataTable which has 3 fields \"Foo\", \"Bar\", and \"Baz\".

If I connect wire this into a DataGridView I see 10 rows and 3 columns, an

5条回答
  •  情深已故
    2020-12-03 23:10

    I use the Developer Expres Vertical Grid.. It is like you want a rotated grid. It also allows for a different editor per row.

    Link to vertical grid product page

提交回复
热议问题