dhtmlxgrid last row not displaying correctly in FF

Hi,
I am having issue with dhtmlxgrid not displaying last row correctly in FF. It displays correctly in IE. Please see the attachment below.


Thanks

Unfortunately we can’t reconstruct the same issue locally.

If problem still occurs for you - please provide any kind of sample or demo link where issue can be checked (you can open ticket at support system to fasten the process)

Fixed this issue. I was using
mygrid.splitAt(1);

when I removed this line, the grid is displaying correctly in FF.

Thanks