I notice when grid autoCommit is set to True, adding a new row, then editing this row late on. It logs two transaction - new row and edit row (same rowId). But if autoCommit = false, it logs one transaction. In both cases, aggregateTransactions is set to true.
Is there any way to log one transaction in the first case?
Thanks,
Michael
Hello Michael,
When “autoCommit” option of the grid is set to “true” the transactions are committed automatically as rows or cells are being edited.
Can you specify what version and build of our controls you use and what is the type of the Data Source used for this grid?
I'm using 12.2.20122.2056. And my data source is simply a object array.
I attached my sample. It seems that aggregateTransactions setting only works when autoCommit is false. If it is by design, is there way to get aggregated transactions?