TDBAdvGrid edDateEdit problem

L.S.
I am experiencing a problem with the date-dropdown in TDBAdvGrid.
I
seems neccesary to exit the date-cell before posting the
changed-record. Otherwise the newvalue is dicarded. I have constructed a
demo of this problem which I wil try to send or attach.

With regards,

Peet Terluin

Sample project can be downloaded here: https://hippeet.stackstorage.com/s/ln0hBuK5oDa3kJ1

I cannot open all forms in the project as it used non-standard components that we do not have installed here. Looking at the remarks & code though, I would suspect this issue can be solved by calling grid.HideInplaceEdit from your dataset BeforePost event.

Excellent guess! Problem solved.
Thank you.