문제

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 :)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top