e.g:
in below sample:
dhtmlx.com/docs/products/dhtmlx … split.html
if change the html
<div id="gridbox" style="width:650px;height:350px;background-color:white;"></div>
to
[code]
then the grid’s right border will not visible, because the gridbox’s width is bigger than it’s parent node’s width, bigger than 2px(gridbox’s left border with + right border with = 2px)
thanks!