SMART datagrid v.1 > Classes > CellStyleManager

Back  Forward

DataLudi.CellStyleManager.CellStyleManager  constructor

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. 

Code -1
    var sm = new CellStyleManager();
    sm.setDataSource(ds);
    grid.setStyleManager(sm);
See Also
GridView.styleManager
Examples
Cell Styles