SMART datagrid v.1 > Classes > EditOptions
If it is true, the user can copy the value of cell area which has been selected by ctrl+c keys to clipboard during run time.
Defaults to true.
grid.setOptions({
edit: {
copyEnabled: true
}
});
grid.setEditOptions({
copyEnabled: true
});
grid.editOptions().setCopyEnabled(true);