SMART datagrid v.1 > Classes > Holiday
The background color which is used when displaying holiday cell specified in this object in DateCellEditor calendar.
Defaults to "#f5f5f5".
var columns = [{
editor: {
type: "date",
holidays: [{
type: "date",
dates: ["2016/07/11", "2016/08/11"],
background: "#10ff0000",
color: "#800",
border: "#f00"
}]
}
},
...
];
grid.setColumns(columns);