SMART datagrid v.1 > Classes > GridStyleSheet
The default Style Set which is used to display the sub text which is displayed in grid column header area.
grid.setStyles({
header: {
sub: {
color: '#f00'
fontSize: 10
}
}
});