SMART datagrid v1.4 > Classes > GridStyles
textDecoration이 설정된 경우 선의 색상을 지정한다.
grid.setColumns([
{
name: "ProductID",
styles: {
textDecoration: "underline",
textDecorationColor: "#f00"
...
}
},
...
]);