SMART datagrid v.1 > Classes > GridStyleSheet
Currently, it is used to draw the grid border.
When draw the border, it will use GridStyles.border and ignore GridStyles.borderLeft, etc. And, you can also specify border as null and replace as the border of div container in which creates grid.
grid.loadStyles({
grid: {
border: "#f00,2px"
}
});