Hi all, I have a data grid with a few editable columns. I have a Before Commit on the data grid entity because things need to happen when a value is changed. I would expect the BCO event to be triggered when I change a value of an editable cell instantly, but the event only gets triggered when I leave the current row. So the object is not committed after each change of an editable cell. This used to be different. The BCO event would be triggered after every change. Does anyone know if the current behaviour is intentionally, or is this a bug? Thanks!
↧