occurs script error - splitAt=1 when no data in grid

hello,

i have two script errors.
it happens when grid is rendered with no data and set splitAt property. IE and Chrome.

version : v.2.6 build 100722

  1. IE
    dhtmlxgrid_split - near line 230

rows[i].insertBefore(td,rows[i].cells[0])
----> rows[i].cells[0] is null or undefined

  1. CHROME
    dhtmlxgrid_split - near line 680

this._fake.hdr.rows[i].childNodes[0].style.height=this.hdr.rows[i].childNodes[ind].style.height=Math.max(ha,hb)+“px”;
—> this.hdr.rows[i].childNodes[ind] is null

please check this!

thanks~

Unfortunately issue can’t be reconstructed locally.

If issue still occurs for you - please provide any kind of sample or demo link where it can be reconstructed.