Transpose a dhtmlxgrid

Is it possible to tranpose a dhtmlxgrid ?

Thanks
Ben

There is no such built in functionality , but API allows to get and set values of any cell, so it possible to write the custom code which will reset all data in necessary way.
( The headers of grid may be placed only on top, so the transposition available only for data part of grid )