In the ColumnEdit property of the column, add the (new) ComboBoxEdit. If you always want this to be visible, always set ShowButtonMode in the column.
This will create a repositoryItemComboBox1 object (this is the default name) into which you can add items if you decide to display them in the drop-down list. those. repositoryItemComboBox1.Items.add ("My text");
Steven evers
source share