TadvStringGrid with edComboList

Hi,

I'm using TAdvStringGrid v9.1.4. I have a cell with a editor type of edComboList. At the moment, the list drops down if the user clicks anywhere on the cell in the grid. Is it possible to configure the grid so that the list only drops down if the user clicks on the down arrow at the right hand end of the cell?

Thanks,

Andrew

When the editor type is edComboList, the entire combobox area will trigger a dropdown. This behavior is inherent to a Windows combobox (cfr. a regular VCL TComboBox with style csDropDownList). For the edComboEdit, (i.e. style = csDropDown) the dropdown button only triggers the dropdown.