SMART datagrid v.1 > Classes > CellStyle
It applies Style Set which has been specified by value to this style.
In most cases, it will set together when register the style through setting object by calling GridBase.registerCellStyle, etc.
var cs = grid.getCellStyles(3, 'fld');
cs.setStyles({
background: '#ffff00'
});