Row edit in table and event

in a normal editing screen, where there is a table related to a child entity, this table allows editing a column directly in the grid.

the operation is working normally, my question is on the question of how to know when the column value is changed?

would there be an event or another way to know when the user changes the value?

Sure, subscribe to the ItemPropertyChangeEvent of the data container serving the DataGrid.

Perfect
thank you so much