It would be very nice to have a "transpose" functionality in RadGridView. There are ways to transpose data instead of GridView, but this way it would be difficult to configure bindings, styles and other parameters. PivotGrid isn't suitable in this scenario because of lack of editing. There is an example of what is needed: https://rotatedwpfdatagrid.codeplex.com/. I was successfully using this example with a standard WPF DataGrid, but I don't know how to accomplish this in RadGridView. There are already a few threads about this feature: http://www.telerik.com/forums/transposing-columns-and-rows http://www.telerik.com/forums/radgridview-can-be-transposed http://www.telerik.com/forums/displaying-grid-data-in-column-row-format http://www.telerik.com/forums/reverse-column-and-row-in-the-grid Thank you!