Bug with edit-in-(TWebDB)Grid together with TWebClientDataset ?

Hi,

I allow an edit in grid.
I modify text data in the grid and without pressing a post button I click on another row in the grid.

It seems the modified data is both stored in the record where it was intended to be as well as on the record I navigated to ?

I have an ApplyUpdates in the AfterPost event of the WebClientDataset and I see two PUT calls being issued to the server: one with the keyfield value of the original record and the other with the keyvalue of the record I navigated to.

PS: with the TWebSQLRestClientDataset it is working correctly

(I am using v2.6.1.2)

Thanks

I have retested this here with a TWebDBGrid connected to a TWebClientDataSet but I could not reproduce this. I did logging in the ApplyUpdates call but see only the record where the editing happened passed.
If the problem persists, please provide more details how to reproduce this.