When using a combobox column there is no hint that there is a combobox coming up when clicking into the cell.
My customers are not able to identify the column as combobox column.
Is it possible, to keep the combobox visible?
When using a combobox column there is no hint that there is a combobox coming up when clicking into the cell.
My customers are not able to identify the column as combobox column.
Is it possible, to keep the combobox visible?
Hi,
A permanent visible inplace editor is not possible automatically, you can however bind a combobox to a cell via the Controls[Col, Row] property, but you’ll have to setup the editing yourself, by binding the combobox onchange event to add the selected item index / text to the Cells[Col, Row] property.