ControlLook.DropDownAlwaysVisible issue

I'm populating the combo box items in the GetEditorType event which has worked fine up until now.

In that event I clear the combobox items, then add in the required ones.

I just tried setting ControlLook.DropDownAlwaysVisible true for the same grid, but now the downdown list contains 2 sets of those items.

If I populate the combo list in the FormCreate event the list is correct. Any ideas?

Populating the combobox should happen in OnGetEditorProp (as explained in the doc and as shown in demo 5)

Ah, of course! I've been doing it wrong all along.

I've just changed it to use the other event and all is well. Thank you.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.