SMART datagrid v.1 > Classes > DateCellEditor
If specify as true, today link which can move to today date on the top of calendar box will be displayed.
Defaults to true.
var columns = {
name: "OrderDate",
fieldName: "OrderDate",
width: "130",
editor: {
type: "date",
editFormat: "yyyy.MM.dd",
dropDownPosition: "editor",
showToday: true
}
},
...
];
grid.setColumns(columns);