SMART datagrid v.1 > Classes > GridStyles
If set textDecoration, it specifies the color of line.
grid.setColumns([
{
name: "ProductID",
styles: {
textDecoration: "underline",
textDecorationcolor: "#f00"
...
}
},
...
]);