How remove gridlines in grid?

How remove gridlines in grid?

The lines are part of visual skin, you can remove related styles from dhtmlxgrid.css
div.gridbox table.obj td {
    border: 1px solid;   //remove if you need not grid lines
    border-color : white Gray Gray white;