Hi,i have combobox, that i add a few items to by code when the form loads.
i have bound it to a bo and the bindingproperty: Text, aswell as setting PopulationType to "manual".
i want the user be able to select one of the pre-populated items, or enter text manually. then the bo shall save whatever is in the text-property.
However, after binding the combobox to the bo as described above, it no longer allows manuall text-input and only allows selecting a prepopulated text.
Could not find any property to re-enable manuall input either.
?