SMART datagrid v.1 > Classes > CellStyleManager
CellStyleManager constructor.
It is created internally when initialize Grid, but you can create separately and connect by styleManager property. In addition, you can also connect this object to several grids.
var sm = new CellStyleManager();
sm.setDataSource(ds);
grid.setStyleManager(sm);