Swap grid

Can i swap dhtmlx grid / tree grid as in… My rows becomes column and column becomes rows.

There is no built in solution for such use-case, but you can use API methods to get|set values in grid, so, technically it possible to write some custom code which will read data from grid and refill it with new order.