SMART datagrid v.1 > Classes > RangeHoliday
The last date of holiday specification range.
It specifies the start date by startDate. Please refer to RangeHoliday page about the way to specify the range.
Defaults to null.
var columns = [{
editor: {
type: "date",
holidays: [{
type: "range",
startDate: "2016/07/11",
endDate: "2016/07/13",
description: "Company Workshop"
}]
}
},
...
];
grid.setColumns(columns);