3

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 ...

Vivek Saurav
  • 2,235
  • 4
  • 25
  • 46

1 Answers1

1

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

E.T.
  • 949
  • 8
  • 21
  • 1
    Thanks E.T.(One of my favorite movies) I really needed that information ... :) :) My application is in wpf so i cant switch to winforms.. Again thanks for the Info ... :) – Vivek Saurav Aug 12 '13 at 10:48
  • NP :) take a look at the links. They're WPF oriented! – E.T. Aug 12 '13 at 10:49