dhtmlxgrid: groupBy and splitAt used together

Hi,





I am trying to use groupBy and splitAt jointly but got some strange behaviour: the split is not done at the correct place; the grouping information being only displayed on the right side of the split.





Any possibility to use those two functionalities jointly?





Thanks,

Hemant Chauhan.

Starting from dhtmlxgrid 1.6, it possible to use both split and grouping in same time.
Be sure that groupBy called after splitAt ( in other case, it can produce incorrect view, similar to one in your case )