TDBAdvGrid in place editing broken

Hi,


I just upgraded to latest DBAdvGrid 2.3.7.1 from 2.3.6.21.  An issue has crept in to in place editing. The issue was also present in the 2.3.6.27 update (I don't know about in between versions).

If I click on an existing record cell in the grid, type a new value then click on another cell (or tab to it) to begin in place editing in that cell then click the save button without tabbing or clicking out of the 2nd cell the contents of the 2nd cell are set to null in the underlying data set.  The edit to the 1st cell is saved correctly.

If I click out of the 2nd cell back to the 1st cell the 2nd cell contents are maintained. 


If I click on a checkbox or combobox cell as the as the 2nd cell after changing the 1st cell their contents are also maintained.

Regards
Adam


I have retested this here using the ADOEditing sample in DBAdvGrid samples but I cannot see such issue here. Can you provide more details on settings / code used ... how this can be reproduced?

I was able to reproduce this in your sample program. I'm sending you the code. I changed a few grid properties to match my instance. I think DirectEdit may be the culprit here also.


Regards
Adam