SMART datagrid v.1 > Classes > GridBase

Back  Forward

DataLudi.GridBase.styleManager  property

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. 

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