SMART datagrid v.1 > Classes > GridStyles
Stroke object which is used when draw the right border of cell.
column.styles().setBorderLeft('#30000000,1');
// If specify as null, it will not draw the border.
column.styles().setBorderLeft(null);
// Remove the existing setting value and download from the top styles list.
column.styles().clearValue('borderLeft');