SMART datagrid v.1 > Classes > CellStyleManager

Back  Forward

DataLudi.CellStyleManager.CellStyleManager  constructor

CellStyleManagerコンストラクタ。 

グリッドが初期化される時に内部的に生成されるが、 別度に生成してstyleManagerプロパティーで繋げることもできる。 また、この客体を複数のグリッドに繋げることもできる。 

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