SMART datagrid v.1 > Classes > CellStyleManager
CellStyleManager构造器。
它被创建在初始化网格的时点,但是也可以另行创建,并通过styleManager属性,进行连接。 另外,也可以将该对象连接到多个网格。
var sm = new CellStyleManager(); sm.setDataSource(ds); grid.setStyleManager(sm);