Hi, Thanks, In the examples and documentation should

The split must be initialized after structure of grid configured, in case of initializing grid from HTML table it can be done only by code modification.
In dhtmlxgrid_start.js you can locate and update

    windowf.init();
with
    windowf.init();
    windowf.splitAt(1);