SMART datagrid v.1 > Classes > AutoFill
If it is true, it will skip the cells which cannot be updated when run filling.
If set as readOnly through DataColumn.readOnly or CellStyle, it will be skipped.
Defaults to false.
grid.autoFill().setCheckReadOnly(true);
// or
grid.setAutoFill({
checkReadOnly: true
});