Cell oldPrimaryKeyCell = ObjectUtil.findOldCell(newRow, "RI", "RI");
Cell newPrimaryKeyCell = ObjectUtil.findNewCell(newRow, "RI", "RI");
oldPrimaryKeyCell.setColumnValue(null);
newPrimaryKeyCell.setColumnValue(null);
container.getCurrentRow().getRowSet().getRows().add(newRow);
new ItemEdit(container, container.getObject(), newRow, "Edit");
//container.getCurrentRow().getRowSet().getRows().add(newRow);
container.setEnabled(false);
}