Is it possible to change the orientation of a grid to display rows vertically, ie. rows as columns?
example:
columns row1 row2 row3
Name Joe Jane Jack
Age 10 15 20
Weight 30 50 100
where the data is "select name,age,weight from table1"
Take a look at the samples explorer for the cardview and RowLayout examples. They are similar to what you are looking to do.
Nick
I thought the cardview only displayed one record. And although the rowlayout example shows column headers on the left, it only shows one record per row too. It's not clear to me how to modify either one to show multiple records across the grid with the column headers down the left.