Questions on TDBAdvGrid

If I click the 'Cert Name' field, it will popup the lookupbox to me to select. After selected from the lists, the selected item appear but the cursor still in that field. If user click save, it will error as no key input, user has to press enter key to leave the cursor.. any way auto press enter key after user selected ?

I assume you use the TAdvDBLookupComboBox here as inplace editor?
If so, try to use event AdvDBLookupComboBox.OnCloseUp and call grid.HideInplaceEdit to have this inplace editor closed.

YES. IT WORKED. Thanks a lot.