Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
500
Grid transactions when autoCommit = true
posted

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 

Parents
  • 15979
    posted

    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?

Reply Children