SMART datagrid v.1 > Classes > AutoFill
如果为true,就会在运行填充时,跳过设置为无法修改的单元格。
如果通过DataColumn.readOnly或CellStyle而设置为readOnly,就会跳过。
默认值为false.
grid.autoFill().setCheckReadOnly(true); // or grid.setAutoFill({ checkReadOnly: true });