When using TAdvStringGrid combobox (type==edComboList), how to immediately acknowledge the selected value.

Either read out the value from the combobox , i.e. via grid.ComboBox.Text or set grid.MouseActions.DirectComboClose = true

1 Like