tadvstringgrid close cell combobox automatically

I am using the component Tadvstringgrid.
I have a cell with a combobox .
Unbenannt
When I leave the cell with my mouse, the combo box should be closed automatically using the onmousmove event. What command do I have to issue to close the combo box? (in Delphi)

You can call grid.HideInplaceEdit;

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.