Posted 23 July 2025, 5:44 am EST
I have a Spread with the DataSource bind to a DataTable.
Initially, the table does not contain any data. A DataRow is then added to the table and a new row appears in the grid. After entering the data, the value of the cells is not committed to the DataTable until a new row is selected.
However, in my case, I do not need to add/select other rows and would like the data to be committed immediately after a cell has finished editing.
How can I obtain this?
Thanks.