SMART datagrid v.1 > Classes > DisplayOptions
If it is true, when filling the width of grid with columns by running grid column Fitting, the last right border will not be drawn.
You will not be able to draw Grid Header, Footer borders and grid body border and the right borders of data cells on the last right side.
Defaults to true.
grid.setOptions({
display: {
hideBordersWhenFitted: true
}
});
grid.setDisplayOptions({
hideBordersWhenFitted: true
});
grid.displayOptions().setHideBordersWhenFitted(true));