dhtmlxGrid groupBy with frozen columns

Hi

Is it possible to use frozen columns and groupby?

thanks

It is available to use the groupBy() method with the frozen columns mode.
Note, that you need to use the second attribute of the groupBy() method.
For example:
myGrid.groupBy(2,["#title","","","","",""]);