SMART datagrid v.1 > Classes > GridBase
CellStyleManager object which registers Cell Styles and reflect them in grid data cells.
It will be automatically created when creating the grid, and you can create it separately to reset with this property.
var sm = new CellStyleManager();
sm.setDataSource(ds);
grid.setStyleManager(sm);