if(updDS){
setValues(dsCopy);
}
boolean updCS = false;
ChangeSettings csCopy = new ChangeSettings();
readValues(csCopy);
if (propertyName.equals(propAttachToGrid.getName())) {
if (newValue instanceof Boolean) {
csCopy.setAttachToGrid(((Boolean)newValue).booleanValue());
updCS = true;
}
}
if(updCS){