Grid 7.3.0 - new row saving

Snippet is there: https://snippet.dhtmlx.com/cmp6cxt8

  1. Add new row
  2. Modify added value by double click on new cell and type something
  3. Save data

If you add new row and modify it, then you have two changes in DataCollection and if you save then two requests to server are sending. In version 7.2.5 it was only one change.

I don’t see that change in changelog 7.3.0 or migration guide.

Thank you for your report. The problem is confirmed.
I’ll inform you about any progress.

We have fixed your reported porblem with the newly added + edited row saving in the latest dhx.Suite update (v. 7.3.1).
Now a single “added” status will be sent instead of the “added” + “updated”.

Problem is active for case when you have row with multiple columns and you will edit more than one column.
To reproduce:

  1. open that snippet: https://snippet.dhtmlx.com/tzv9q81e
  2. modify both columns in first row - test and test2
  3. save data - there are two requests sending instead of one

Thank you for your report. The problem is confirmed. We’ll try to fix it in one of the future updates.
I’ll inform you about any update on this issue.

We have fixed your reported problem in the latest (v.7.3.6) dhx.Grid update.
Please, try to download the latest available dhx.Grid build to get that fix.
Thank you for your report.