Currently, in my grid I have several drop down combo boxes. You click them and can select items in the list. However, you can also type in your own text too. I would like to make it so this cannot happen.
So far I haven't seen a way to do this (.cellactivation, etc.). Is there another property I am missing?
How are you assigning which editor the cells/columns should use? If you are using the Style property of the column, you could set it to DropDownList instead of simply DropDown. If you're using an UltraComboEditor, you could set that control's DropDownStyle to DropDownList.
-Matt