Hi,
I would like to transpose the rows and columns in a sfDataGrid control. Ideally using XAML.
This solution (I've downloaded it and examined in VS) is aimed at GridDataControls and is code-behind based:
https://www.syncfusion.com/forums/115845/transposed-datagrid
This solution is also code-behind based and is aimed at the GridControl:
https://www.syncfusion.com/kb/5168/how-to-transpose-the-grid-data
However, this codeplex solution:
https://archive.codeplex.com/?p=rotatedwpfdatagrid
is aimed at the DataGrid control and uses XAML.
I would be grateful if you would show me how can I transpose the rows and columns in a sfDataGrid control using XAML
Thanks
David