Possible Duplicate:
C#/WPF: Toolkit DataGrid – Transpose rows and columns
I would like to create a DataGridView from a DataTable, composed of internally calculated data, which is the transposed version of the usual dataGrid.
I mean, I would like to have my titles in the first column, each in a row. And would like to add data in new rows.
Is that possible?
It is possible, but it may require some custom code (unfortunately).