SMART datagrid v.1 > Classes > GridStyleSheet
The default Style Set of vertical bar which separates the fixed and unfixed columns.
 
    grid.loadStyles({
        body: {
            fixedColumnBar: {
                background: "#10ff0000"
            }
        }
    });