SMART datagrid v.1 > Classes > CellStyleManager
It all removes all CellStyles which have been applied to grid.
$('#clearStyles').click(funciton () { grid.styleManager().clear(); }