splitAt() function exposes hidden columns

I have a number of columns in the beginning of the row for identification purposes, which I don’t necessarily want shown. Is there a way to make splitAt() not show hidden columns?

Please, try to hide your column after the splitting the grid:
mygrid.splitAt(3)
mygrid.setColumnHidden(0,true);