Dear all,
is it possible to rotate the grid. I have right now
colheader1 | colheader2
cell1 | cell2
cell3 | cell4
cell5 | cell6
cell7 | cell8
cell9 | cell10
with tab Order cell 1,2,3,4,5,6...
What I like:
colheader1 | cell1 | cell3 | cell5 ...
colheader2 | cell2 | cell4 | cell6 ...
with tab order Cell 1,3,5,7,9,2,4,6,8,10
Is there a simple functionality to do this?
Thanks in advance.
Best regards,
Alex
Hello Alex,
Did you try to set ultraGrid1.DisplayLayout.Bands[0].CardView =true;
Let me know if you think that I misunderstand your requirements or if you have any further questions.
Regards
Thanks for your reply. But with cardview I get
colheader1 | cell1
colheader2 | cell2
colheader1 | cell3
colheader2 | cell4
colheader1 | cell5
colheader2 | cell6
with tab order 1,2,3,4,5,6
But what I like is a simple "rotation" of the grid
Best regards
Hi Alex,
WinGrid does not support this. You could Submit a feature request to Infragistics