Is there a Silverlight control that allows the presentation of transposed data? Basically the rows and columns would be flipped in that rows are representing fields and columns are representing records.
Normally....
[Name] [Age] [Job Code]Mike 31 1507Tim 45 9999
Transposed...
[Name] Mike Tim[Age] 31 45[Job Code] 1507 9999
It appears the WPF xamDataGrid has a ViewSettings.Orientation property that accomplishes this but I'm not aware if there is a Silverlight analog.
XamGrid does not currently offer an Orientation property.
We'd love to know the scenario where you would find this useful.
Devin
I work at a financial institution that would like to do inquiry on loan records. Reports from staff indicate that they find a vertically oriented grid to be much more usable when looking at records with many fields. It is a scenario where a user desires prefers seeing more fields per record over seeing more records...while still wanting to see multiple records.
|<------- SCREEN SIZE --------->|Field..Field.............Field...............Field......Field....Field....
VS.
-- ^ Field..... | Field..... | Field... | Field........... | Field... | Field..... | Field... | Field.......V Field......--