SMART datagrid v.1 > Classes > GridStyleSheet
Style Set which is used to display the group expand handle which is displayed in row group header, etc.
grid.setStyles({
rowGroup: {
expander: {
shapeColor: '#f00'
}
}
});