SMART datagrid v.1 > Classes > GridStyles
Like text-decoration of CSS, it specifies the decoration line which will be displayed on the text by TextDecoration constant.
grid.setColumns([
{
name: "ProductID",
styles: {
textDecoration: "lineThrough",
...
}
},
...
]);