SMART datagrid v1.4 > 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