SMART datagrid v.1 > Classes > DerivedColumn
If it is true, it will be able to display the editor in data cell which is contained in this column.
Defaults to true.
var col = grid.focusedIndex().column;
if (!col.editable()) {
col.setEditable(true);
}