Hallo,
to highlight which columns are editable we've decided to use the option "DropDownAlwaysVisible". This works great, so that you can easily distinguish between editable and non editable columns.
We also have checked the "RangeSelectAndEdit"-Option to edit more than one cell at once. This also works fine for cells of "edittype" "edEdit". The only issue we now face is, that the "range select and edit" does not work for combobox-cells (edCombolist).
If you try to select multiple cells of this type, the combobox drops down directly, so it is not possible to select more than one cell. It seems, that there is no difference between a "select"-click and a "do the edit"-click, which is like a milisecond longer, for those cells as it is for cells with an edit-field.
Is there anything we can do about it? Like an extra corresponding eventlistener or another option we are missing?
Thanks in advance.
P.s.: we use Delphi 11 + TMS VCL UI Package V10.7.5.0