SMART datagrid v.1 > Classes > CellStyleManager
DataSet which will be referred when apply registered styles to data cells.
It should be specified when explicitly create this style manager. It is no need to be specified when use the default manager within grid.
var sm = new CellStyleManager();
sm.setDataSource(ds);
grid.setStyleManager(sm);