i have a devexpress gridcontrol ,which displays the data from the sql database. By default,the table in gridcontrol is coming in a column fashion, Whereas i need to convert column header as row header, where the column data will be presented as row data.
I have seen a lot of forums and blogs but didn't found any helpful material which helps my condition, Kindly suggest me the way to do it ...
Devex has a vertical grid that does exactly that but sadly it is not available for WPF but only for WinForms.
This link shows an example of how to show a grid that will resemble the WinForms VerticalGrid control.
This link is to a question on the Devex site that sounds similar to yours. Maybe you'll find an answer there.
Hope that helps :)