how do I unsplit

if I use the mygrid.splitAt(1) option is there a way to undo this split?

Split can’t be reverted, you need to fully destruct grid and construct one
    grid.destructor();
    grid = new dhtmlXGridObject(id);
    …