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