SMART datagrid v.1 > Classes > CellStyleManager

Back  Forward

DataLudi.CellStyleManager.clear  method

It all removes all CellStyles which have been applied to grid. 

function clear ();
Returns
Void
Code -1
    $('#clearStyles').click(funciton () {
        grid.styleManager().clear();
    }
See Also
setStyleAt
getStyleAt
setStylesAt
loadStyleRows
registerStyle
registerStyles
Examples
Cell Styles