Categories | Question details Back To List | ||
Transpose a dhtmlxgrid Is it possible to tranpose a dhtmlxgrid ? Thanks Ben Answer posted by Support on Apr 08, 2008 06:51 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 ) |