splitAt with groupBy causing formatting issue

I’m trying to use splitAt with groupBy and the formatting of the grid is weird. Please see the attachment. Can you give me any ideas as to how to fix this?


Try to use following code to group rows:

mygrid.groupBy(column_index,["", “#title”, “”, “”, “”, “”, “”, “”]);