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
单元格样式