SMART datagrid v.1 > Classes > GridBase
Style Set which is used when displaying the corner area on the right bottom of grid in which crossing two scroll bars.
grid.loadStyles({
scrollBar: {
},
scrollEdge: {
background: "#30ff0000"
}
});
grid.setScrollEdgeStyles({
background: "#30ff0000"
});