First of all, Merry Christmas! wish you guys with happy vacation as well thanks you guys innovated the amazing jqwidgets. it is really good.
currently , Looks like the jxgrid control only supports the layout of grouped columns with hierarchical structure, i means , for example, i set two fields (fieldname are FieldA and FieldB ) as grouped in grid. then it will render the hierachical sturncture as below with 2 levels
FieldA
…….FieldB
…….FieldC, FieldD,FieldE, FieldF, FieldG ………………… some thing like this.
however, if we set 5 grouping columns ,then the grid will render the hierachical structures with 5 levels, it is not easy for user to understand.
so i am wondering if it is possible to set grouped columns with horizontal structures in grid? i would like to achieve the goal
FieldA FieldB, FieldC, FieldD,FieldE, FieldF, FieldG ……………
Thanks in advance.
Best Regards