Is it possible to have a grid with the columns arranged top to bottom instead of left to right? The rows would go from left to right instead.
It sounds like you might be looking for pivot grid. The UltraGrid does not have that functionality. The closest thing would be to set the band's CardView property to true.
Hi Mike.
How to do this?
Hello,
In order to do this in Design time, you could follow the steps below:
1.Click "Start!'
2.Basic Settings/DataSchema - "Manually Define a Schema"
3.Create the desired schema after that and press Ok
4.If you would supply a data source at run time please make sure that your column keys and band key are really matching with one from your read dataSource.
5.Click "Band and Column Settings" - Choose desired Band and set "Card View" property to True and you will get the results that you are looking for.
Please let me know if you have any other questions.