This question is locked. New answers and comments are not allowed.
Hey,
We have a scenario as follows: We need to show a comparison of products in columns across the page. Semantically the columns would become rows, and the rows the columns (i.e. a grid that runs horizontally rather than vertically).
E.g.
Instead of
Product Name Cost Blah
[Product 2] 34 sdfsf
[Product 3] 56 sdfsdf
it would be
Product Name [Product 2] [Product 3] etc..
Cost 34 56
Blah sdf sfdsf
It is unknown how many products will be compared at design time.. I'd really like to bind the "columns" to the ItemsSource so I can just update a collection with my products and they will show up.
I had a hunt through doco and couldn't see a simple way to do this.
I had a play around with the RadGridView template and saw that you can switch the GridViewVirtualizingPanel to Orientation=Horizontal but didnt get much further with the rest...
Any assistance would be greatly appreciated!
Cheers,
Jordan.